Class MohoLayerChannel
Version added: before 9.5
Channel description, can be obtained using the MohoLayer:GetChannelInfo method.
If necessary, instances of this class can be created by:
- Local variable:
- Global (see Script Structure about conventions for naming globals):
If necessary, instances of this class can be created by:
- Local variable:
local channel = MOHO.MohoLayerChannel:new_local()- Global (see Script Structure about conventions for naming globals):
XX_channel = MOHO.MohoLayerChannel:new()Properties of MohoLayerChannel:
| Name | Type | Description | Ver |
| channelID | int32 | Channel code, see Channel codes | < 9.5 |
| name | String | < 9.5 | |
| selectionBased | bool | < 9.5 | |
| separableDimensions | bool | Added in version 12 | 12.0 |
| subChannelCount | int32 | < 9.5 |