Functions
loop
- loop(startTimeSeconds: number | boolean, durationSeconds?: number): { address: string; args: { type: string; value: number }[] }
-
Parameters
-
startTimeSeconds: number | boolean
-
Optional durationSeconds: number
Returns { address: string; args: { type: string; value: number }[] }
-
address: string
-
args: { type: string; value: number }[]
play
- play(): { address: string }
-
Returns { address: string }
stop
- stop(): { address: string }
-
Returns { address: string }
to
- to(timeSeconds: number): { address: string; args: { type: string; value: number }[] }
-
Parameters
Returns { address: string; args: { type: string; value: number }[] }
-
address: string
-
args: { type: string; value: number }[]
toMeasure
- toMeasure(measureNumber: number): { address: string; args: { type: string; value: number }[] }
-
Parameters
Returns { address: string; args: { type: string; value: number }[] }
-
address: string
-
args: { type: string; value: number }[]
Set loop points, and enable looping.