Posted: 10 Feb 2015, 17:21
I have sorted out the basics of my midi splitter / controller. i.e. the setting of the keyzones from GUI or keyboard, fading in zones, etc.
Still a lot more to do, but I have reached the stage of patch selection for each zone. This is always a tricky issue if you have a synth with over a thousand patches and want to select a patch live.
If you are playing a fixed set you can use scenes, etc to limit the patches available at a given time. But if you want all patches available !
A combo or listbox with 1000 items is far too large to use.
Also, how efficient or possible is it to send comma text of 1000 items of, say, 10 characters each to a list box dynamically ?
My idea is a multistage preset selector. For each VSTi, there will be an input file that assigns each preset a multi-stage genre breakdown, that can be selected through a succession of list boxes. Each selection will either trigger the next stage list, or if it is the end of the chain, the actual patch required. In practice I reckon 3 stages would be enough. If each stage has 10 items, you can select from 1000 presets with 3 touches or clicks. I think the Korg Triton keyboard had something similar.
But I don't want to reinvent the wheel, so is there anything around for Usine that does this type of thing ?
Thanks,
Simon.
Still a lot more to do, but I have reached the stage of patch selection for each zone. This is always a tricky issue if you have a synth with over a thousand patches and want to select a patch live.
If you are playing a fixed set you can use scenes, etc to limit the patches available at a given time. But if you want all patches available !
A combo or listbox with 1000 items is far too large to use.
Also, how efficient or possible is it to send comma text of 1000 items of, say, 10 characters each to a list box dynamically ?
My idea is a multistage preset selector. For each VSTi, there will be an input file that assigns each preset a multi-stage genre breakdown, that can be selected through a succession of list boxes. Each selection will either trigger the next stage list, or if it is the end of the chain, the actual patch required. In practice I reckon 3 stages would be enough. If each stage has 10 items, you can select from 1000 presets with 3 touches or clicks. I think the Korg Triton keyboard had something similar.
But I don't want to reinvent the wheel, so is there anything around for Usine that does this type of thing ?
Thanks,
Simon.