getHighestPitch()
Return the pitch of the highest note in the phrase.
phrase.getHighestPitch()
Returns
return highestPitch
| Value | Type | Description |
|---|---|---|
| highestPitch | int |
The highest pitch, as a MIDI pitch. |
Return the pitch of the highest note in the phrase.
phrase.getHighestPitch()
return highestPitch
| Value | Type | Description |
|---|---|---|
| highestPitch | int |
The highest pitch, as a MIDI pitch. |