I'm lost with this.<br>I have to generate a list of the available MIDI ports on the machinne so the user can select one from a dropdown list instead of having to guess the port number.<br>The problem is that since this list is dynamic (i generate interacting with port midi, and can change while NE is running) i can't use the enum type (as other processing do).<br>
The CLAM::List<T> says is a "Not editable type" when i try to configure it in the NE.<br>Any idea???<br>