BaseEvent class
Implements: IRNBOBaseEvent
Common Base Event class for all RNBO Events
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the RNBOBaseEvent
class.
Signature
export declare abstract class RNBOBaseEvent implements IRNBOBaseEvent
Properties
time
Type: MillisecondTime
The scheduled time of the event
type
read-only
Type: RNBOEventType
The type of the event. See EventType
Methods
serialize
Parameters
None.
Returns:
IRNBOBaseEvent