getDynamic()
Return how loud the note is.
Parameters
Once an object note has been created, you can use the following function:
note.getDynamic()
Returns
return dynamic
| Value | Type | Description |
|---|---|---|
| dynamic | int |
How loud the note is, from 0 to 127. |
Return how loud the note is.
Once an object note has been created, you can use the following function:
note.getDynamic()
return dynamic
| Value | Type | Description |
|---|---|---|
| dynamic | int |
How loud the note is, from 0 to 127. |