Hi All,
Im through the process of finishing my first plugin (still a noob, so bare with me ) and have a question reg. apvts and the way I am storing the Combobox.
Right now, I’m using the AudioParameterChoice to store the Combobox selection, which works great, however, anytime I want to add a new item to the Combobox or if I move an item to another place, if all gets messed in the Apvts because I am using the indexes and not the Ids to store the selection.
So my question is, is there a way to store the Combobox selection as an ID and not as an Index, thus helping me add/move things in the Combobox without breaking the code?