mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-01 00:21:14 +00:00
commit
1dc56f8bf0
1 changed files with 3 additions and 1 deletions
|
@ -1204,10 +1204,12 @@ _fluid_seq_queue_send_queued_events(fluid_sequencer_t* seq)
|
|||
_fluid_seq_queue_slide(seq);
|
||||
} /* slide */
|
||||
|
||||
|
||||
/* process queue0[cellNb] */
|
||||
_fluid_seq_queue_send_cell_events(seq, cellNb);
|
||||
|
||||
/* the current scale may have changed through a callback event */
|
||||
nowTicks = fluid_sequencer_get_tick(seq);
|
||||
|
||||
/* next cell */
|
||||
cellNb++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue