Hi > I'd like the footswitch on my BCR send note D5 (vel=127) when pressed and note F5 (vel=127) when released. I'd like this for using MCU mode to switch between track automation Read/Write for emulation touch sensitive knobs. > > Is this possible ? Sure Foot switch is 61 or 62 This is what the code should look like. $button 61 .showvalue on .mode updown .minmax $56 $59 ; D5 and F5 (check the octave??) .tx $90 val 127 ; val is $56 when pressed and $59 when released Hope this helps Royce
Message
Re: sending two drifferent note values with footswitch
2010-06-15 by Royce