bsfreque
2013-01-24 22:44:24
Hi!
I'm trying to figure out how to do the following:
I have 8 effect sends in ableton, all assigned to different midi CC's.
I would like to have the effect channel muted with midi command when all the sends are at 0 value.
(my external effects processor sends a little hiss even when nothing is going in it)
I figured I might be able to do this with a global variable, so that by default g0 would be 0, (fx channel off), and with all send knobs down to zero.
Then turning one send up, would increase g0 by one (g0=g0+1) and turning it back to 0 would decrease the variable value by one (g0=g0-1)
This way the fx channel would only turn off, when all the sends are down to 0.
But I could't figure out how to send the g0+1 value ONLY when the button is turned up from 0, and not when adjusting the same send level again later. And also ONLY going down from >0 would decrease the g0 and not when turning the knob down when already at zero.
Hopefully I'm clear enough. I've been trying to figure this out for a few hours and I'm starting to get quite tired. Thanks again for your help!! I really appreciate it!
Best regards,
Bsfreque
P.S. a search function might be useful in MT (search by name or midi command) I have dozens of presets and hundreds of translators in them, and finding one command can sometimes take quite some time eventhough I have named all of them to know exactly what they do.
I'm trying to figure out how to do the following:
I have 8 effect sends in ableton, all assigned to different midi CC's.
I would like to have the effect channel muted with midi command when all the sends are at 0 value.
(my external effects processor sends a little hiss even when nothing is going in it)
I figured I might be able to do this with a global variable, so that by default g0 would be 0, (fx channel off), and with all send knobs down to zero.
Then turning one send up, would increase g0 by one (g0=g0+1) and turning it back to 0 would decrease the variable value by one (g0=g0-1)
This way the fx channel would only turn off, when all the sends are down to 0.
But I could't figure out how to send the g0+1 value ONLY when the button is turned up from 0, and not when adjusting the same send level again later. And also ONLY going down from >0 would decrease the g0 and not when turning the knob down when already at zero.
Hopefully I'm clear enough. I've been trying to figure this out for a few hours and I'm starting to get quite tired. Thanks again for your help!! I really appreciate it!
Best regards,
Bsfreque
P.S. a search function might be useful in MT (search by name or midi command) I have dozens of presets and hundreds of translators in them, and finding one command can sometimes take quite some time eventhough I have named all of them to know exactly what they do.