I’m using an hrange widget to scale some ranges of other widgets, and once I create the interface I get a list of all the channels created. I noticed that my hrange objects would only return the first of the channel names.
I haven’t checked, but are there other widgets that create multiple channels that also only return their first channel with a cabbageGetWidgetChannels call?
I was only asking because I am planning to write a preset function that would rely on cabbageGetWidgetChannels to return lists of different groups of parameters. If it doesn’t return all of the channels created, then this idea is doomed from the jump…