The latest idea:
Have a 'bank' list which contains things like:
strings (0-9)
winds (10-19)
pads (20-29)
....
When one of these is selected, it loads new values into another list:
PAD LIST:
pad1 (20)
pad2 (21)
pad3 (22)
...
This way, with two 10-item lists, I can select 100 presets. Just trying to think of the easiest way to update that second list. Seems like I need to keep a third master list with all 100 presets, and then the first list would tell the second list to use items x through x + 10 of the master list. But the value of the item in the master list is what needs to get sent.....
Could do it with a script, but all my scripts seem to have bugs, so I'm trying to avoid it. (Mondo combo doesn't recall items correctly on preset changes, and my list combo has that strange bug which keeps it from being initialized) Could also maybe store items in an array, but not sure that's cheaper than a list anyway..... and it might not get recalled correctly from the conductor, right?
That's the most important thing--- it needs to recall preset changes right, unlike mondo combo.
Quick thoughts before I plunge in?
thanks!
-eStatistics: Posted by woodslanding — 26 Jun 2010, 02:27
]]>