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