Switch ON/OFF Switches midi out
Posted: 10 Jan 2014 19:23
hi! i wellcome myself to here.
i hope you can help me to sleep better today. i¡m very new to this, and just can't find a solution or anything in the forum.
i have a "Switches" object that sends CC in channel 1 target 1. as i don't have bidirectional midi from the looper app i am controlling (loopy), the switches don't show if the loops are playing or not. i want to be able to mute or switch on/off the midi out of this "Switches" object, so i can turn on/off the switches with my fingers (taking as a reference which tracks are currently playing), but DON'T send meanwhile these CC values, after my switches represent what's currently going on in loopy, i would turn them ON again. so i have the real reference when i get away from my looper (currently playing in another idevice).
i found a thread trying to do something similar, but turning a fader on/off. as you create an expression C, then you asign your midi to it, you can "mute it" with a switch using:
`if (Switches.x==1) c=x;`
the thread: http://forum.liine.net/viewtopic.php?f= ... ble#p10747
but i get erratic behaviors. also i can't get the CC 0 value, only the CC 127. and i need both!
please, help me to sleep better tonight.
thanks a lot in advance!
david
i hope you can help me to sleep better today. i¡m very new to this, and just can't find a solution or anything in the forum.
i have a "Switches" object that sends CC in channel 1 target 1. as i don't have bidirectional midi from the looper app i am controlling (loopy), the switches don't show if the loops are playing or not. i want to be able to mute or switch on/off the midi out of this "Switches" object, so i can turn on/off the switches with my fingers (taking as a reference which tracks are currently playing), but DON'T send meanwhile these CC values, after my switches represent what's currently going on in loopy, i would turn them ON again. so i have the real reference when i get away from my looper (currently playing in another idevice).
i found a thread trying to do something similar, but turning a fader on/off. as you create an expression C, then you asign your midi to it, you can "mute it" with a switch using:
`if (Switches.x==1) c=x;`
the thread: http://forum.liine.net/viewtopic.php?f= ... ble#p10747
but i get erratic behaviors. also i can't get the CC 0 value, only the CC 127. and i need both!
please, help me to sleep better tonight.
thanks a lot in advance!
david