mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-14 08:31:06 +00:00
- fixed fluidsynth settings getting reset to default during midi init playback sequence
This commit is contained in:
parent
a3b79ca8f6
commit
ad00418fec
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue