Changeset - r24049:0de45d9355f0
[Not reviewed]
master
0 1 0
Milek7 - 4 years ago 2020-01-12 14:21:16
Milek7@users.noreply.github.com
Fix: Silence all notes when stopping song in fluidsynth
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/music/fluidsynth.cpp
Show inline comments
 
@@ -136,6 +136,7 @@ void MusicDriver_FluidSynth::StopSong()
 
	}
 
	delete_fluid_player(_midi.player);
 
	fluid_synth_system_reset(_midi.synth);
 
	fluid_synth_all_sounds_off(_midi.synth, -1);
 
	_midi.player = nullptr;
 
}
 

	
0 comments (0 inline, 0 general)