ArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2007-09-10T21:33:08+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/555 2007-09-10T21:33:08+02:00 2007-09-10T21:33:08+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2689#p2689 <![CDATA[CC switch ?]]>
k

Statistics: Posted by kara — 10 Sep 2007, 21:33


]]>
2007-09-10T21:26:13+02:00 2007-09-10T21:26:13+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2688#p2688 <![CDATA[CC switch ?]]> Statistics: Posted by senso — 10 Sep 2007, 21:26


]]>
2007-09-10T20:25:37+02:00 2007-09-10T20:25:37+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2683#p2683 <![CDATA[CC switch ?]]> hmm... only that the CC would only be send by the master keyboard if i want tochange the routing and not with every note. If I want to keep the routing I would need some kind of a switch too that keeps the state of the last received CC
no ?

k

Statistics: Posted by kara — 10 Sep 2007, 20:25


]]>
2007-09-10T20:14:58+02:00 2007-09-10T20:14:58+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2682#p2682 <![CDATA[CC switch ?]]>
You need 4x the Modules/Event Control/pass Event Flow
and test the range of the CC with Modules/math/logical:

A>B
A<=B
A and B

some thing like
if A>0 and A<=32 then pass the Midi flow.

repeated 4x
Also, probably a Midi Filter module to process test only on CC.


To go faster, create a Sub Patch that you repeat 4x...

Statistics: Posted by senso — 10 Sep 2007, 20:14


]]>
2007-09-10T19:34:48+02:00 2007-09-10T19:34:48+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2677#p2677 <![CDATA[CC switch ?]]>
- I have a midi in
- the midi stream has to go to a swith with one midi in and 4 midi out
- to the four midi out will be connected a vsti to each out

now depending on the CC received the swich sends to midi stream to one of the vsti's
CC 0 - 32 : to vsti 1
CC 33- 64 ; to vsti 2
...

tia

k

Statistics: Posted by kara — 10 Sep 2007, 19:34


]]>
2007-09-10T19:03:29+02:00 2007-09-10T19:03:29+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2676#p2676 <![CDATA[CC switch ?]]>
Looks a bit stupid to answer my own post
No, it means that you're not only waiting for someone to give you the answer, but still searching yourself! cool!
Would it be difficult to build a 4 position switch that switches in function from a CC range received
I'm not sure I understand what you really need. Could you explain a little more precisely?

Statistics: Posted by senso — 10 Sep 2007, 19:03


]]>
2007-09-10T17:31:54+02:00 2007-09-10T17:31:54+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2670#p2670 <![CDATA[CC switch ?]]>
It seems that a combination of a Mapper value & a selector could do this
Right ?

k

Statistics: Posted by kara — 10 Sep 2007, 17:31


]]>
2007-09-10T17:04:19+02:00 2007-09-10T17:04:19+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2669#p2669 <![CDATA[CC switch ?]]>

Would it be difficult to build a 4 position switch that switches in function from a CC range received
example:
0-32 : position 1
33-64 : position 2
65-96 : position 3
96-128 : position 4

tia

k

Statistics: Posted by kara — 10 Sep 2007, 17:04


]]>
BrainModular BrainModular Users Forum 2007-09-10T21:33:08+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/555 2007-09-10T21:33:08+02:00 2007-09-10T21:33:08+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2689#p2689 <![CDATA[CC switch ?]]>
k

Statistics: Posted by kara — 10 Sep 2007, 21:33


]]>
2007-09-10T21:26:13+02:00 2007-09-10T21:26:13+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2688#p2688 <![CDATA[CC switch ?]]> Statistics: Posted by senso — 10 Sep 2007, 21:26


]]>
2007-09-10T20:25:37+02:00 2007-09-10T20:25:37+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2683#p2683 <![CDATA[CC switch ?]]> hmm... only that the CC would only be send by the master keyboard if i want tochange the routing and not with every note. If I want to keep the routing I would need some kind of a switch too that keeps the state of the last received CC
no ?

k

Statistics: Posted by kara — 10 Sep 2007, 20:25


]]>
2007-09-10T20:14:58+02:00 2007-09-10T20:14:58+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2682#p2682 <![CDATA[CC switch ?]]>
You need 4x the Modules/Event Control/pass Event Flow
and test the range of the CC with Modules/math/logical:

A>B
A<=B
A and B

some thing like
if A>0 and A<=32 then pass the Midi flow.

repeated 4x
Also, probably a Midi Filter module to process test only on CC.


To go faster, create a Sub Patch that you repeat 4x...

Statistics: Posted by senso — 10 Sep 2007, 20:14


]]>
2007-09-10T19:34:48+02:00 2007-09-10T19:34:48+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2677#p2677 <![CDATA[CC switch ?]]>
- I have a midi in
- the midi stream has to go to a swith with one midi in and 4 midi out
- to the four midi out will be connected a vsti to each out

now depending on the CC received the swich sends to midi stream to one of the vsti's
CC 0 - 32 : to vsti 1
CC 33- 64 ; to vsti 2
...

tia

k

Statistics: Posted by kara — 10 Sep 2007, 19:34


]]>
2007-09-10T19:03:29+02:00 2007-09-10T19:03:29+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2676#p2676 <![CDATA[CC switch ?]]>
Looks a bit stupid to answer my own post
No, it means that you're not only waiting for someone to give you the answer, but still searching yourself! cool!
Would it be difficult to build a 4 position switch that switches in function from a CC range received
I'm not sure I understand what you really need. Could you explain a little more precisely?

Statistics: Posted by senso — 10 Sep 2007, 19:03


]]>
2007-09-10T17:31:54+02:00 2007-09-10T17:31:54+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2670#p2670 <![CDATA[CC switch ?]]>
It seems that a combination of a Mapper value & a selector could do this
Right ?

k

Statistics: Posted by kara — 10 Sep 2007, 17:31


]]>
2007-09-10T17:04:19+02:00 2007-09-10T17:04:19+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=555&p=2669#p2669 <![CDATA[CC switch ?]]>

Would it be difficult to build a 4 position switch that switches in function from a CC range received
example:
0-32 : position 1
33-64 : position 2
65-96 : position 3
96-128 : position 4

tia

k

Statistics: Posted by kara — 10 Sep 2007, 17:04


]]>