>
> 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
> >
>