getNoteStartTime()
Return when the note at a given position starts.
phrase.getNoteStartTime(index)
Parameters
phrase.getNoteStartTime(index)
| Parameter | Type | Default | Description |
|---|---|---|---|
index |
int |
required | The note's position, where 0 is the first note. |
Returns
return startTime
| Value | Type | Description |
|---|---|---|
| startTime | int or float |
The note's start time, in beats from the start of the phrase. |