Difference between revisions of "PresetDocView:GetChannelCount"
From Moving Light Assistant
(Added page.) |
(No difference)
|
Latest revision as of 23:23, 17 July 2015
GetChannelCount()
- Returns an integer.
This function will return the number of channel rows displayed in the Preset Documentation view for the currently selected preset.
Example.
numChannels = PresetDocView:GetChannelCount()
This would assign to the variable numChannels the number of channels displayed in the channel list for the selected preset.