Hi all, I've had lots of fun creating some instruments that are more or less ready to implement in my live sets - but I am now wondering about enclosures and building interfaces and started thinking about versatility of my instruments.
The main questions and sources of anxiety that I have now are:
How can you make a patch that has adjustable polyphony and switchable midi input/output channels?
-For polyphony I guess the easy solution would be to load different patches with the number of polyphony that you need for the situation. For midi input channels, I am not sure what is an easy workaround. I basically would be glad if I could assign controls to the drop down menus of the Polyphonic subpatch - but not sure if those paramenters are Live-switchable..
How can you save patch presets while the instrument is in live mode?
-Is it possible to create presets while the instrument is live? and what is the best practice to implement that, since I guess the presets need to be added to some sort of array.
Patches that use tables that need samples - do they need some sort of an Init Script to load up the sample once the patch is live?
-I have a button that I need to press to load the sample into a table, but i think there is a better way of doing that. I've got tables that I want to load one of 200 samples into..would be cool if someone can give some advice about making an interface for that - otherwise i think i just make 200 string objects that get selected by some ridiculous switch system.