Sequencer

Intended to synchronize any sequencer with audio playback.

public
interface Sequencer {}

Members

Functions

lapseTime
void lapseTime(Duration amount)

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.

Meta