Bc2000 (for the BCF2000 & BCR2000) group photo

Yahoo Groups archive

Bc2000 (for the BCF2000 & BCR2000)

Index last updated: 2026-04-28 23:16 UTC

Message

Re: sending two drifferent note values with footswitch

2010-06-15 by Royce

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

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.