Page 1 of 1

toggle by pass on 2 modules with midi

Posted: Tue Aug 19, 2025 11:20 pm
by microbe
How much fun am I having with MMV after buying it a couple of weeks ago!!

If I have 2 modules in parallel how can I toggle between them using midi note value? I don't have any trouble with the actual midi part, but I can't figure how to bypass one and enable the other at the press of a pad. Then reverse it when pressed again.

Currently I either bypass both or enable both. I suspect I need to use threshold or something similar, but I can't crack this.

Thanks

Re: toggle by pass on 2 modules with midi

Posted: Wed Aug 20, 2025 11:13 am
by Sadler
Simples. Feed your two modules into an InputSelector then with a midi source on the Index# add a Trigger (int) and Wrap (set to 2) modifiers.

Re: toggle by pass on 2 modules with midi

Posted: Thu Aug 21, 2025 11:19 am
by microbe
Sadler wrote: Wed Aug 20, 2025 11:13 am Simples. Feed your two modules into an InputSelector then with a midi source on the Index# add a Trigger (int) and Wrap (set to 2) modifiers.
You are right, it is "simples" :D I am new to MMV and hadn't spotted InputSelector, it is kind of hidden being in the "layers" category. Thanks so much