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

beat double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final

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