Hi!
For my custom preset system it would be convenient if I could easily obtain an array of strings with channel names associated to all widgets. Something like an opcode (“getChannelNames”?) returning an Sarray[]. It would further be handy if one could provide an array of names to be excluded (filtered). Perhaps the presetIgnore()
identifier could be reused for this purpose?
Reference: New presetIgnore() identifier
I don’t know how useful such an opcode would be for others or how difficult it would be to implement, but it would surely spare me some tedious manual bookkeeping in scenarios with many widgets. I’m also curious to hear your opinions or suggestions for alternative work flows.