Page 1 of 1

Posted: 17 Jun 2016, 03:03
by Handyman
Hi:
Does anyone know where I find a midi channel switcher VST?
(I would to be able to trigger the switcher by using an external midi controller.)

Thanks.

Posted: 17 Jun 2016, 08:36
by nay-seven
Don't know what you need exactly, but you can built it in Usine ?
Here an example to switch between 2 channels:

Image

Posted: 17 Jun 2016, 13:02
by Handyman
Hi:
Looks interesting.

Can you explain the logic behind your design so that I can reproduce it?

Thanks.

Posted: 17 Jun 2016, 13:48
by nay-seven
I don't know your needs, but it's a small example
in your Midi flow, you can add this MIDI transform module, then you connect a switch to the channel inlet
here i imagine you want to switch between channel 1 and 2, so my switch have this 2 values, as ON/OFFvalue and as ON/OFF caption
you can then add a midi learn to this switch to alternate between this 2 channels

Posted: 17 Jun 2016, 14:48
by Handyman
Can the switch module be controlled by an external controller(ex:Stealthpedal) ?

Posted: 17 Jun 2016, 14:58
by nay-seven
yes, as far as this pedal send Midi messages ( you can also add a external dual footswitch to this one right ? )

Posted: 17 Jun 2016, 17:27
by Handyman
Yes, I can add a dual switch and also a volume pedal. All three pedals (dual switch, stealth and volume) are capable of midi messages.

Posted: 17 Jun 2016, 18:09
by Handyman
Hi:
I reproduced the switch. Can you give me some advice on how to setup it for use?

http://www.sensomusic.com/forums/upload ... switch.jpg

Posted: 17 Jun 2016, 18:43
by nay-seven
i crop your picture ( was 4000by3000 pixels...:) )
here your patch:
Image
in your version you switch from 0 to 1 , this mean channel 0 ( all channel in Midi language) to channel 1
so you need to change the ON value to 2 and OFF value to 1 for this switch

Now, about the use, you need to add your midi device on the rack input and i suppose a plugin after this patch ? i need more precision on what you want to achieve..

Posted: 17 Jun 2016, 18:45
by nay-seven
btw, next time, this kind of question have their place in the patching forum please :)

Posted: 17 Jun 2016, 20:15
by Handyman
Are you able to move this discussion to the patch forum?

I would like to continue with this discussion until the problem is solved.

Posted: 17 Jun 2016, 20:54
by nay-seven
dont worry, we can continue this discussion, just think about it next time

Posted: 17 Jun 2016, 22:37
by Handyman
That midi switch patch works like a charm.

I used the patch on both Sample Tank 3 and Xpand!2 without a hitch.

Thanks for the help.