From 56a2ce1fa4e028c7f876a369b8325f6076fec277 Mon Sep 17 00:00:00 2001 From: Tom M Date: Fri, 1 Sep 2017 14:50:34 +0200 Subject: [PATCH] clarify comment --- fluidsynth/src/midi/fluid_seq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */