diff --git a/fluidsynth/src/midi/fluid_seq.c b/fluidsynth/src/midi/fluid_seq.c index 5596da08..b97ff4de 100644 --- a/fluidsynth/src/midi/fluid_seq.c +++ b/fluidsynth/src/midi/fluid_seq.c @@ -1204,10 +1204,10 @@ _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 tick may have changed */ + + /* the current scale may have changed through a callback event */ nowTicks = fluid_sequencer_get_tick(seq); /* next cell */