getLowestPitch()
Return the pitch of the lowest note in the phrase.
Parameters
Once an object phrase has been created, you can use the following function:
phrase.getLowestPitch()
Returns
return lowestPitch
| Value | Type | Description |
|---|---|---|
| lowestPitch | int |
The lowest pitch, as a MIDI pitch. |