getNoteList()
Return the phrase's notes.
Parameters
Once an object phrase has been created, you can use the following function:
phrase.getNoteList()
Returns
return noteList
| Value | Type | Description |
|---|---|---|
| noteList | list[Note] |
The notes in the phrase. |
Return the phrase's notes.
Once an object phrase has been created, you can use the following function:
phrase.getNoteList()
return noteList
| Value | Type | Description |
|---|---|---|
| noteList | list[Note] |
The notes in the phrase. |