ArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2011-06-09T21:22:33+02:00 https://brainmodular.org/forums/app.php/feed/topic/2874 2011-06-09T21:22:33+02:00 2011-06-09T21:22:33+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19561#p19561 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> I think it will simplify your pb.

I'll put the DELETE_ALL function somewhere in my TODO list but it's, unfortunately, a top priority.

Statistics: Posted by senso — 09 Jun 2011, 21:22


]]>
2011-05-16T00:09:02+02:00 2011-05-16T00:09:02+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19396#p19396 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]>
I had to take it out of my setup tho, because it was too slow.

Statistics: Posted by woodslanding — 16 May 2011, 00:09


]]>
2011-05-15T21:57:53+02:00 2011-05-15T21:57:53+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19395#p19395 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> Statistics: Posted by tanabarbier — 15 May 2011, 21:57


]]>
2011-05-15T05:38:16+02:00 2011-05-15T05:38:16+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19375#p19375 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> of pttextfield to be used as bus name.

but the 'physical' wiring is interesting too: cost less cpu, no latency, visual representation. in my cases, this wouldn't apply only to audio pins only but any pin,ie to link a lfo to different params over time, and also route audio differently too for exemple,
but you give me an idea, im pretty sure a script coud already scan for audio pin and auto wire some bus, then rename the bus..

maybe dreaming too much but indeed some kind of preset manager for wiring: at some point we store a wiring. then we change,
make a new one and store to a new nb. :P

i suppose this must be hard to implement, that's why i emitted the 'simpler' idea of killing all wires of a module or specified pin on a module, then via iml it is easy to rewire safely.

tons of ideas in my head... but really excited by my new usine setup.
i already have a workaround idea: create dummy simple a+b modules and name them via IML, then it's possible to delete them
to kill the actual wiring, then recreate some and rewire. but i feel it's not really fast and cpu effective for lot's of wiring..

Statistics: Posted by 23fx23 — 15 May 2011, 05:38


]]>
2011-05-15T02:44:50+02:00 2011-05-15T02:44:50+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19374#p19374 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> 23fx23, I've done some patch bay style routing using busses and it works quite well, the only issue being the one bloc of latency for each buss in a multiprocessing environment. This adds up to phase issues.

It would be nicest to do it without wires at all sort of buss style, some sort of list based routing system that automagicly detected names of VST's and available audio i/o for the VST would be :cool:

Statistics: Posted by gurulogic — 15 May 2011, 02:44


]]>
2011-05-14T19:51:46+02:00 2011-05-14T19:51:46+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19361#p19361 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> 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..

Statistics: Posted by 23fx23 — 14 May 2011, 19:51


]]>
BrainModular BrainModular Users Forum 2011-06-09T21:22:33+02:00 https://brainmodular.org/forums/app.php/feed/topic/2874 2011-06-09T21:22:33+02:00 2011-06-09T21:22:33+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19561#p19561 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> I think it will simplify your pb.

I'll put the DELETE_ALL function somewhere in my TODO list but it's, unfortunately, a top priority.

Statistics: Posted by senso — 09 Jun 2011, 21:22


]]>
2011-05-16T00:09:02+02:00 2011-05-16T00:09:02+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19396#p19396 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]>
I had to take it out of my setup tho, because it was too slow.

Statistics: Posted by woodslanding — 16 May 2011, 00:09


]]>
2011-05-15T21:57:53+02:00 2011-05-15T21:57:53+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19395#p19395 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> Statistics: Posted by tanabarbier — 15 May 2011, 21:57


]]>
2011-05-15T05:38:16+02:00 2011-05-15T05:38:16+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19375#p19375 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> of pttextfield to be used as bus name.

but the 'physical' wiring is interesting too: cost less cpu, no latency, visual representation. in my cases, this wouldn't apply only to audio pins only but any pin,ie to link a lfo to different params over time, and also route audio differently too for exemple,
but you give me an idea, im pretty sure a script coud already scan for audio pin and auto wire some bus, then rename the bus..

maybe dreaming too much but indeed some kind of preset manager for wiring: at some point we store a wiring. then we change,
make a new one and store to a new nb. :P

i suppose this must be hard to implement, that's why i emitted the 'simpler' idea of killing all wires of a module or specified pin on a module, then via iml it is easy to rewire safely.

tons of ideas in my head... but really excited by my new usine setup.
i already have a workaround idea: create dummy simple a+b modules and name them via IML, then it's possible to delete them
to kill the actual wiring, then recreate some and rewire. but i feel it's not really fast and cpu effective for lot's of wiring..

Statistics: Posted by 23fx23 — 15 May 2011, 05:38


]]>
2011-05-15T02:44:50+02:00 2011-05-15T02:44:50+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19374#p19374 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> 23fx23, I've done some patch bay style routing using busses and it works quite well, the only issue being the one bloc of latency for each buss in a multiprocessing environment. This adds up to phase issues.

It would be nicest to do it without wires at all sort of buss style, some sort of list based routing system that automagicly detected names of VST's and available audio i/o for the VST would be :cool:

Statistics: Posted by gurulogic — 15 May 2011, 02:44


]]>
2011-05-14T19:51:46+02:00 2011-05-14T19:51:46+02:00 https://brainmodular.org/forums/viewtopic.php?t=2874&p=19361#p19361 <![CDATA[delete wire of pin via iml/ dinamyc wiring recall]]> 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..

Statistics: Posted by 23fx23 — 14 May 2011, 19:51


]]>