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