Fix click/Pop sound on startup

Closes #908

As suggested by @soyersoyer in https://github.com/probonopd/MiniDexed/issues/908#issuecomment-2848657586

Thanks @soyersoyer
fix-click
probonopd 4 weeks ago committed by GitHub
parent 284ba96c87
commit 90ba114953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/minidexed.cpp

@ -1414,6 +1414,8 @@ void CMiniDexed::ProcessSound (void)
// END create SampleBuffer for holding audio data
// get the mix of all TGs
arm_fill_f32(0.0f, SampleBuffer[indexL], nFrames);
arm_fill_f32(0.0f, SampleBuffer[indexR], nFrames);
tg_mixer->getMix(SampleBuffer[indexL], SampleBuffer[indexR]);
// BEGIN adding reverb

Loading…
Cancel
Save