getChannel()
Return the part's MIDI channel.
Parameters
Once an object part has been created, you can use the following function:
part.getChannel()
Returns
return channel
| Value | Type | Description |
|---|---|---|
| channel | int |
The MIDI channel, from 0 to 15. |
Return the part's MIDI channel.
Once an object part has been created, you can use the following function:
part.getChannel()
return channel
| Value | Type | Description |
|---|---|---|
| channel | int |
The MIDI channel, from 0 to 15. |