setDynamic()
Set how loud every note in the part is.
Parameters
Once an object part has been created, you can use the following function:
part.setDynamic(dynamic)
| Parameter | Type | Default | Description |
|---|---|---|---|
dynamic |
int |
required | How loud to make every note, from 0 to 127. |