Ok, now I see what you’re at. But no, you can’t pick and choose Cabbage presets this way. In fact, Cabbage is likely to crap its pants if you even try selecting one of these presets considering the current GUI doesn’t contain all of these widgets/channels.
If you want to do this kind of thing you’re need to roll your own preset system. There is quite a discussion about this here. The tr;dr is that you will need to manage your own presets if you want this kind of flexibility. But there are some opcodes that can help, namely cabbageChannelStateSave
and cabbageChannelStateRecall
. Together with various file/string opcodes you should be able to put together a fairly robust preset system. But you have to ask yourself is it worth the effort because, it does quite a bit of complexity to the system.