- fixed fluidsynth settings getting reset to default during midi init playback sequence

This commit is contained in:
Emanuele Disco 2022-04-12 15:20:47 +09:00 committed by Christoph Oelckers
parent a3b79ca8f6
commit ad00418fec

View file

@ -257,7 +257,8 @@ FluidSynthMIDIDevice::~FluidSynthMIDIDevice()
int FluidSynthMIDIDevice::OpenRenderer()
{
fluid_synth_system_reset(FluidSynth);
// Send MIDI system reset command (big red 'panic' button), turns off notes, resets controllers and restores initial basic channel configuration.
//fluid_synth_system_reset(FluidSynth);
return 0;
}