ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2009-09-01T17:31:10+02:00 https://brainmodular.org/forums/app.php/feed/topic/1683 2009-09-01T17:31:10+02:00 2009-09-01T17:31:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10066#p10066 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by nay-seven — 01 Sep 2009, 17:31


]]>
2009-09-01T13:00:40+02:00 2009-09-01T13:00:40+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10063#p10063 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by RoyG — 01 Sep 2009, 13:00


]]>
2009-09-01T12:51:54+02:00 2009-09-01T12:51:54+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10062#p10062 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by ethnix73 — 01 Sep 2009, 12:51


]]>
2009-09-01T12:22:08+02:00 2009-09-01T12:22:08+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10061#p10061 <![CDATA[How to bypass a VST when switching to another?]]>
What am I missing?

Should the modules be in a saparate track from the vsts?

Again it seems like everything is going into an endless loop where I cant press any button. Does the order in which I do things matter?

Thanks again
Roy

Statistics: Posted by RoyG — 01 Sep 2009, 12:22


]]>
2009-09-01T11:53:19+02:00 2009-09-01T11:53:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10060#p10060 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by ethnix73 — 01 Sep 2009, 11:53


]]>
2009-09-01T08:40:37+02:00 2009-09-01T08:40:37+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10059#p10059 <![CDATA[How to bypass a VST when switching to another?]]>
It does not seem to work for me. Is it because I'm using the free version (can't edit scripts)?

Statistics: Posted by RoyG — 01 Sep 2009, 08:40


]]>
2009-08-31T23:57:00+02:00 2009-08-31T23:57:00+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10057#p10057 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by ethnix73 — 31 Aug 2009, 23:57


]]>
2009-08-31T23:08:15+02:00 2009-08-31T23:08:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10056#p10056 <![CDATA[How to bypass a VST when switching to another?]]> will add this to the next "utils compilation " for sure .

and to add a little precision for those who want different name or want understand more :
be careful to understand the difference between the name of the in of the module and his proper name for IML :
Image

Statistics: Posted by nay-seven — 31 Aug 2009, 23:08


]]>
2009-08-31T22:07:15+02:00 2009-08-31T22:07:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10055#p10055 <![CDATA[How to bypass a VST when switching to another?]]>

the first button (send msg1) triggers the first Usine msg module. A value of 1 is sent to the first bus, and 0 to the others.

the second button (send msg2) triggers the second Usine msg module. A value of 1 is sent to second bus, and 0 to the others. aka:
TARGET_PATCH SEND_PATCH
SET_VALUE 1 1 0
SET_VALUE 2 2 1
SET_VALUE 3 3 0
SET_VALUE 4 4 0

And so on, for the others button and Usinemsg...

Then, you can put a getbus module in each track (as in your second screenshot in your last post), or link a getbus module directly linked to a vsti...


So each button activate a vsti and bypass the others.

Statistics: Posted by ethnix73 — 31 Aug 2009, 22:07


]]>
2009-08-31T21:51:22+02:00 2009-08-31T21:51:22+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10054#p10054 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by nay-seven — 31 Aug 2009, 21:51


]]>
2009-08-31T19:15:54+02:00 2009-08-31T19:15:54+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10050#p10050 <![CDATA[How to bypass a VST when switching to another?]]>
Image

Statistics: Posted by ethnix73 — 31 Aug 2009, 19:15


]]>
2009-08-31T18:30:50+02:00 2009-08-31T18:30:50+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10049#p10049 <![CDATA[How to bypass a VST when switching to another?]]>
built this one ( can be adapted to more switch )
Image
23xx say about it :
this might not be the only/best solution but this seems to work well for 2-15 switches.
each switch will output 2-3-4-5-6 to the selector that keep the last pressed switch number and send back to the dispatcher that have "set to 0" enabled, so it will switch off all the others, (add constant 1 on input).ps( I don't use input 1 because it will be the default output when switch are off, that's also why it's need to start from 2 , for the selector to select the 2nd

and put this one in each track ( just rename bus as : track 2 , track 3 and so...
Image
here , the bus are linked to the mute , but you can use it to bypass a vst or what you want..

Statistics: Posted by nay-seven — 31 Aug 2009, 18:30


]]>
2009-08-31T16:21:15+02:00 2009-08-31T16:21:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10048#p10048 <![CDATA[How to bypass a VST when switching to another?]]>
How do I solve that?

Thanks
Roy

Statistics: Posted by RoyG — 31 Aug 2009, 16:21


]]>
2009-08-09T20:33:41+02:00 2009-08-09T20:33:41+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=9897#p9897 <![CDATA[How to bypass a VST when switching to another?]]> you can use the data bus for this and and a math / logical/ not (a ) :
the 2 bus module must have the same name
Image
Image

Statistics: Posted by nay-seven — 09 Aug 2009, 20:33


]]>
2009-08-09T18:52:06+02:00 2009-08-09T18:52:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=9895#p9895 <![CDATA[How to bypass a VST when switching to another?]]>
I'm pretty much a Usine noob. I'm a guitarist and am setting up to run amp simulators from a laptop. I currently have an instance of Amplitube2 on track 1 and an instance of Guitar Rig 3 on track 2. I'll be using Preset Managers with them and there are times where I'll need only one active, but sometimes both. How do I automagically bypass one when switching to the other? I'm assuming this saves CPU like it does in Bidule?

Thanks!
Mike

Statistics: Posted by MikeyJ — 09 Aug 2009, 18:52


]]>
BrainModular BrainModular Users Forum 2009-09-01T17:31:10+02:00 https://brainmodular.org/forums/app.php/feed/topic/1683 2009-09-01T17:31:10+02:00 2009-09-01T17:31:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10066#p10066 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by nay-seven — 01 Sep 2009, 17:31


]]>
2009-09-01T13:00:40+02:00 2009-09-01T13:00:40+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10063#p10063 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by RoyG — 01 Sep 2009, 13:00


]]>
2009-09-01T12:51:54+02:00 2009-09-01T12:51:54+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10062#p10062 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by ethnix73 — 01 Sep 2009, 12:51


]]>
2009-09-01T12:22:08+02:00 2009-09-01T12:22:08+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10061#p10061 <![CDATA[How to bypass a VST when switching to another?]]>
What am I missing?

Should the modules be in a saparate track from the vsts?

Again it seems like everything is going into an endless loop where I cant press any button. Does the order in which I do things matter?

Thanks again
Roy

Statistics: Posted by RoyG — 01 Sep 2009, 12:22


]]>
2009-09-01T11:53:19+02:00 2009-09-01T11:53:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10060#p10060 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by ethnix73 — 01 Sep 2009, 11:53


]]>
2009-09-01T08:40:37+02:00 2009-09-01T08:40:37+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10059#p10059 <![CDATA[How to bypass a VST when switching to another?]]>
It does not seem to work for me. Is it because I'm using the free version (can't edit scripts)?

Statistics: Posted by RoyG — 01 Sep 2009, 08:40


]]>
2009-08-31T23:57:00+02:00 2009-08-31T23:57:00+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10057#p10057 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by ethnix73 — 31 Aug 2009, 23:57


]]>
2009-08-31T23:08:15+02:00 2009-08-31T23:08:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10056#p10056 <![CDATA[How to bypass a VST when switching to another?]]> will add this to the next "utils compilation " for sure .

and to add a little precision for those who want different name or want understand more :
be careful to understand the difference between the name of the in of the module and his proper name for IML :
Image

Statistics: Posted by nay-seven — 31 Aug 2009, 23:08


]]>
2009-08-31T22:07:15+02:00 2009-08-31T22:07:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10055#p10055 <![CDATA[How to bypass a VST when switching to another?]]>

the first button (send msg1) triggers the first Usine msg module. A value of 1 is sent to the first bus, and 0 to the others.

the second button (send msg2) triggers the second Usine msg module. A value of 1 is sent to second bus, and 0 to the others. aka:
TARGET_PATCH SEND_PATCH
SET_VALUE 1 1 0
SET_VALUE 2 2 1
SET_VALUE 3 3 0
SET_VALUE 4 4 0

And so on, for the others button and Usinemsg...

Then, you can put a getbus module in each track (as in your second screenshot in your last post), or link a getbus module directly linked to a vsti...


So each button activate a vsti and bypass the others.

Statistics: Posted by ethnix73 — 31 Aug 2009, 22:07


]]>
2009-08-31T21:51:22+02:00 2009-08-31T21:51:22+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10054#p10054 <![CDATA[How to bypass a VST when switching to another?]]> Statistics: Posted by nay-seven — 31 Aug 2009, 21:51


]]>
2009-08-31T19:15:54+02:00 2009-08-31T19:15:54+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10050#p10050 <![CDATA[How to bypass a VST when switching to another?]]>
Image

Statistics: Posted by ethnix73 — 31 Aug 2009, 19:15


]]>
2009-08-31T18:30:50+02:00 2009-08-31T18:30:50+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10049#p10049 <![CDATA[How to bypass a VST when switching to another?]]>
built this one ( can be adapted to more switch )
Image
23xx say about it :
this might not be the only/best solution but this seems to work well for 2-15 switches.
each switch will output 2-3-4-5-6 to the selector that keep the last pressed switch number and send back to the dispatcher that have "set to 0" enabled, so it will switch off all the others, (add constant 1 on input).ps( I don't use input 1 because it will be the default output when switch are off, that's also why it's need to start from 2 , for the selector to select the 2nd

and put this one in each track ( just rename bus as : track 2 , track 3 and so...
Image
here , the bus are linked to the mute , but you can use it to bypass a vst or what you want..

Statistics: Posted by nay-seven — 31 Aug 2009, 18:30


]]>
2009-08-31T16:21:15+02:00 2009-08-31T16:21:15+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=10048#p10048 <![CDATA[How to bypass a VST when switching to another?]]>
How do I solve that?

Thanks
Roy

Statistics: Posted by RoyG — 31 Aug 2009, 16:21


]]>
2009-08-09T20:33:41+02:00 2009-08-09T20:33:41+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=9897#p9897 <![CDATA[How to bypass a VST when switching to another?]]> you can use the data bus for this and and a math / logical/ not (a ) :
the 2 bus module must have the same name
Image
Image

Statistics: Posted by nay-seven — 09 Aug 2009, 20:33


]]>
2009-08-09T18:52:06+02:00 2009-08-09T18:52:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=1683&p=9895#p9895 <![CDATA[How to bypass a VST when switching to another?]]>
I'm pretty much a Usine noob. I'm a guitarist and am setting up to run amp simulators from a laptop. I currently have an instance of Amplitube2 on track 1 and an instance of Guitar Rig 3 on track 2. I'll be using Preset Managers with them and there are times where I'll need only one active, but sometimes both. How do I automagically bypass one when switching to the other? I'm assuming this saves CPU like it does in Bidule?

Thanks!
Mike

Statistics: Posted by MikeyJ — 09 Aug 2009, 18:52


]]>