Bc2000 (for the BCF2000 & BCR2000) group photo

Yahoo Groups archive

Bc2000 (for the BCF2000 & BCR2000)

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

Thread

sending two drifferent note values with footswitch

sending two drifferent note values with footswitch

2010-06-14 by OlliK

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 ?

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

Re: sending two drifferent note values with footswitch

2010-06-15 by OlliK

Hi,

thanks for reply.

Err, noob question alert:
How do I send this text to the BCR, so that my existing preset gets updated ?
(I only transferred pre-made sysex files containing complete presets with BC manager or MidiOx so far).

--- In bc2000@yahoogroups.com, "Royce" <rpcfender@...> wrote:
Show quoted textHide quoted text
>
> 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
>

Re: sending two drifferent note values with footswitch

2010-06-15 by OlliK

edit:

Nevermind figured it out.
I have succesfully sent the text with BCL editor.
Everything is working like a charm now.

Thanks a lot for your help.

btw,
this is the first contact I made with BCL, which I wasn't aware of that this exists. Interesting stuff.


--- In bc2000@yahoogroups.com, "OlliK" <NoUse@...> wrote:
Show quoted textHide quoted text
>
> Hi,
> 
> thanks for reply.
> 
> Err, noob question alert:
> How do I send this text to the BCR, so that my existing preset gets updated ?
> (I only transferred pre-made sysex files containing complete presets with BC manager or MidiOx so far).
> 
> --- In bc2000@yahoogroups.com, "Royce" <rpcfender@> wrote:
> >
> > 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
> >
>

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.