Forgot to initialize nMasterVolume - just added it.

pull/247/head
Holger Wirtz 3 years ago
parent 7666793cc5
commit 01f99031c5
  1. 2
      src/minidexed.cpp

@ -124,6 +124,8 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
} }
#endif #endif
setMasterVolume(1.0);
// BEGIN setup tg_mixer // BEGIN setup tg_mixer
tg_mixer = new AudioStereoMixer<CConfig::ToneGenerators>(pConfig->GetChunkSize()/2); tg_mixer = new AudioStereoMixer<CConfig::ToneGenerators>(pConfig->GetChunkSize()/2);
// END setup tgmixer // END setup tgmixer

Loading…
Cancel
Save