Static
afterCreates a new instance of BeatCue.
The metronome to use for counting beats.
The number of beats to wait before performing some action.
The action to perform once the cue has finished waiting.
Static
afterCreates a new instance of MsCue.
The number of milliseconds to wait before performing some action.
The action to perform once the cue has finished waiting.
Static
whenCreates a new instance of ConditionalCue.
The condition which must be satisfied before performing some action.
The action to perform once the cue has finished waiting.
Generated using TypeDoc
The Cue class contains static methods for slightly more nice and intuitive creation of cues.