mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-01 00:21:14 +00:00
call fluid_synth_all_notes_off() directly
This commit is contained in:
parent
7dee2c18e9
commit
fd7bc44b0b
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ fluid_seq_fluidsynth_callback(unsigned int time, fluid_event_t* evt, fluid_seque
|
|||
break;
|
||||
|
||||
case FLUID_SEQ_ALLNOTESOFF:
|
||||
fluid_synth_cc(synth, fluid_event_get_channel(evt), ALL_NOTES_OFF, 0);
|
||||
fluid_synth_all_notes_off(synth, fluid_event_get_channel(evt));
|
||||
break;
|
||||
|
||||
case FLUID_SEQ_BANKSELECT:
|
||||
|
|
Loading…
Reference in a new issue