SchedulerEvent class abstract
Remember to keep SchedulerEvent.cpp in sync with this file. The base class for Events. All events have a beat, which is used determine when they will be handled.
- Implementers
Constructors
- SchedulerEvent({required double beat, required int type})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serializeBytes(
int sampleRate, double tempo, int correctionFrames) → ByteData -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- MIDI_EVENT → const int
- VOLUME_EVENT → const int