Hey Rory,
Having a strange issue that a customer noticed…some comboboxes aren’t saving state with the session.
This one does not recall correctly
combobox bounds(260, 40, 60, 20), channel("AttWave"), text("PART", "HARM", "SAW", "NOISE"), colour(0,20,20), fontColour (218,218,218), value(1), $COMBO1, _scrambleCombo(1)
This one does
combobox bounds(330, 13, 60, 20), channel("DelayMode"), text("TIME", "TEMPO"), colour(0,20,20), fontColour (218,218,218), value(1), $COMBO1
The only difference is the unique identifier _scrambleCombo(1)
Once I remove _scrambleCombo(1)
from that one, it recalls correctly. Is this a bug or is the syntaxt wrong?