SequencerM1.lapseTime

Makes the sequencer to go forward by the given amount of time, and emits MIDI commands to the associated modules if the time have reached that point.

class SequencerM1
@nogc nothrow
void
lapseTime
(
Duration amount
)

Parameters

amount Duration

the time amount that have been lapsed, ideally the buffer length in time, alternatively a frame delta if one wants to tie MIDI sequencing to screen update rate.

Meta