Page 1 of 1
Control the function "increase" from midi
Posted: Fri Mar 15, 2019 11:19 pm
by Franco08
Hi guys, is it possible to check the "increase" function with a midi note?
Practically when the note is active "increase" proceeds, when the note is deactivated "increase" returns to 0.
I am doing some tests but I can't ... it always goes on.
Re: Control the function "increase" from midi
Posted: Sat Mar 16, 2019 8:02 pm
by Franco08
I managed to find a way that comes close to what I would like to do by assigning a midi note to "increase" and adding "wrap" so as to have a loop effect ... but I can't bring "increase" to 0 by deactivating the midi note.

- ImageInc.png (16.18 KiB) Viewed 6186 times
Re: Control the function "increase" from midi
Posted: Mon Mar 18, 2019 1:02 am
by Magic
If you put an InputSelector after your Translate module, the Translate module's modifiers will reset when the InputSelector's input is changed.
Re: Control the function "increase" from midi
Posted: Mon Mar 18, 2019 12:41 pm
by Franco08
Thank you very much Eric, I would never have understood without your help. I added InputSelector as you explained to me and I assigned "power" the same note I assigned to "increase" in the Translate module and it worked!

- Imageinc2.png (33.96 KiB) Viewed 6165 times