superballoon86
2019-12-23 12:58:51
Hello all,
I want to write a Translator like -
When CC0's value is anywhere between 0-127, the values of CC1 to CC8 should come down to 0.
When CC1's value is anywhere between 0-127, the values of CC0 and CC2 to CC8 should come down to 0.
When CC2's value is anywhere between 0-127, the values of CC0, CC1 and CC3 to CC8 should come down to 0 and so on..
Basically from CC0 to CC8, if one of them is sending values, rest of the CC's values slam down to 0.
Kind of like restricting polyphony of notes.
I have been watching Bome's tutorial videos but just cant get the conditions right for value scaling.
Any guidance on how to get this working will be appreciated.
Thank you!