getSize()
Return how many notes are in the phrase.
Parameters
Once an object phrase has been created, you can use the following function:
phrase.getSize()
Returns
return noteCount
| Value | Type | Description |
|---|---|---|
| noteCount | int |
The number of notes. |
Return how many notes are in the phrase.
Once an object phrase has been created, you can use the following function:
phrase.getSize()
return noteCount
| Value | Type | Description |
|---|---|---|
| noteCount | int |
The number of notes. |