mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
fix seq time scale issue
This commit is contained in:
parent
f600e7aa01
commit
1df1d86562
1 changed files with 2 additions and 0 deletions
|
@ -1207,6 +1207,8 @@ _fluid_seq_queue_send_queued_events(fluid_sequencer_t* seq)
|
||||||
|
|
||||||
/* process queue0[cellNb] */
|
/* process queue0[cellNb] */
|
||||||
_fluid_seq_queue_send_cell_events(seq, cellNb);
|
_fluid_seq_queue_send_cell_events(seq, cellNb);
|
||||||
|
/* the current tick may have changed */
|
||||||
|
nowTicks = fluid_sequencer_get_tick(seq);
|
||||||
|
|
||||||
/* next cell */
|
/* next cell */
|
||||||
cellNb++;
|
cellNb++;
|
||||||
|
|
Loading…
Reference in a new issue