getNote()
Return the note at a given position, without changing the phrase.
phrase.getNote(index)
Parameters
phrase.getNote(index)
| Parameter | Type | Default | Description |
|---|---|---|---|
index |
int |
required | The note's position, where 0 is the first note. |
Returns
return note
| Value | Type | Description |
|---|---|---|
| note | Note |
The note at that position. |