Posted: 14 May 2011, 19:51
one thing i would love to be able to do and would be awesome powerful, is to dinamically recall some wirings.
ie i dlike to chain several vsts constantly used . ie A->B->C, then later use another combinaison A->C->B
i can send IML message to wire the stuff, but im facing two problems:
_with iml, there is a risk to create multiple wires and they add together (any protection possible?)
_actually i need to keep a complex tracking of each wiring to unwire before rewiring a new schema.
this lead me to another idea that would simplify a lot:
if we could destruct all wires from a module (ie vst) or ask to destruct all wires connected ie to cut off pin only, i could
clean the stuff then make the new wiring very easily.
globally some reflexion about recalling differents wiring snaphots could be awesome, don't know what you think about that,
probably hard, but never know..
edit mmmm i just thought i could use busses and control their name in most cases, but im thinking a bout a case where
i dlike to freely assign lane of automations (curves modules) to differents vst params, and i feel controlling all via iml is not recommended, and i would like to avoid creating one buss per param, best seems to make some script that wire/unwire
the stuff..
ie i dlike to chain several vsts constantly used . ie A->B->C, then later use another combinaison A->C->B
i can send IML message to wire the stuff, but im facing two problems:
_with iml, there is a risk to create multiple wires and they add together (any protection possible?)
_actually i need to keep a complex tracking of each wiring to unwire before rewiring a new schema.
this lead me to another idea that would simplify a lot:
if we could destruct all wires from a module (ie vst) or ask to destruct all wires connected ie to cut off pin only, i could
clean the stuff then make the new wiring very easily.
globally some reflexion about recalling differents wiring snaphots could be awesome, don't know what you think about that,
probably hard, but never know..
edit mmmm i just thought i could use busses and control their name in most cases, but im thinking a bout a case where
i dlike to freely assign lane of automations (curves modules) to differents vst params, and i feel controlling all via iml is not recommended, and i would like to avoid creating one buss per param, best seems to make some script that wire/unwire
the stuff..