BeatTimeEvent class
Extends: RNBOBaseEvent
Implements: IRNBOBeatTimeEvent
BeatTimeEvent class to send transport beattime changes into a RNBO Device
Remarks
Refer to our guide on Events related to Musical Time.
Signature
export declare class RNBOBeatTimeEvent extends RNBOBaseEvent implements IRNBOBeatTimeEvent
Constructor
Constructs a new instance of the RNBOBeatTimeEvent
class
Parameters
Parameter | Type | Description |
---|---|---|
time | MillisecondTime | |
beattime | number |
Properties
beattime
read-only
Type: number
type
read-only
Type: RNBOEventType.BeatTimeEvent
The type of the event. See EventType
Methods
serialize
Parameters
None.
Returns:
IRNBOBeatTimeEvent