Possible to dynamically create a groupbox with a Macro?
cabbageCreate "groupbox", {{ bounds(500, 0, 700, 400), channel("SynthGroup"), $GROUPBOX { }}
and then append the end } to the last widget?
cabbageCreate "combobox", {{ bounds(95, 310, 50, 20), channel("PWMode"), text("LFO", "Manual"), colour(0,95,107,0), fontColour (242, 241, 239) } }}
I think I might be missing some escape characters or syntax here…