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

Increment -1 and +1 SysEx with Buttons

Increment -1 and +1 SysEx with Buttons

2012-04-18 by djheikotnt

Hey Ladys :-)

I need BC Convert for Mac OSX .

I found the B-Control Token-Reference page (german language) but I do not understand some SysEx configurations via text edit.

http://sequencer.de/synth/index.php/B-Control-Tokenreferenz#Argumente_des_tx-Parameters

The Encoder does not work correctly for me...I want to trigger a SysEx-String from BCR2000 to RS7000 via Button 50 und 52 with increment -1 and +1.

Is it possible? -

$F0 $43 $10 $6A $13 $00 $41 $00 $F7 (Filter type for Part 1 = bypass)

To change the filters on my Yamaha RS7000 I need to input a System Exclusive message as follows:

F0 43 10 6A 13 pp 41 dd F7

pp=Part 1-16 (00-0F)

dd= Filter types (00-12)

dd (data byte)

BYPASS 00
LPF24D 01
LPF18 02
LPF12 03
HPF24 04
BPF12D 05
BEF12 06
LPF24A 07
LPF18s 08
LPF6 09
HPF12 0A
BPFw 0B
BPF6 0C
BEF6 0D
Dual LPF 0E
Dual HPF 0F
Dual BPF 10
Dual BEF 11
LPF+BPF 12

this is what I think:

$button 50
.showvalue on
.default 1
.increment -1
.minmax 0 18
.tx $F0 $43 $10 $6A $13 $0B $41 $01 $F7
$button 52
.showvalue on
.default 1
.increment 1
.minmax 0 18
.tx $F0 $43 $10 $6A $13 $0B $41 $01 $F7

Please help me :-)

cheers

Re: Increment -1 and +1 SysEx with Buttons

2012-04-19 by Royce


You could use Mark's graphic editor .
If nothing else you should get his excellent pdf on the BCL (Behringer Control Language)
A link to Mark's web page is in the Link section Mountain Utilities
http://home.kpn.nl/f2hmjvandenberg281/


> The Encoder does not work correctly for me...I want to trigger a
> SysEx-String from BCR2000 to RS7000 via Button 50 und 52 with increment
> -1 and +1.
> Is it possible? -

Yes

> $F0 $43 $10 $6A $13 $00 $41 $00 $F7 (Filter type for Part 1 = bypass)
> To change the filters on my Yamaha RS7000 I need to input a System
> this is what I think:


try this
$button 50
.showvalue on
.default 1
.mode incval -1
.minmax 0 18
.tx $F0 $43 $10 $6A $13 $0B $41 val $F7

$button 52
.showvalue on
.default 1
.mode incval 1
.minmax 0 18
.tx $F0 $43 $10 $6A $13 $0B $41 val $F7

All the best
Royce

Re: Increment -1 and +1 SysEx with Buttons

2012-04-19 by djheikotnt

Thanks man it works great :-)

in my post I meant that i use BC convert :-) but i wrote "I need BC Convert!...Sorry for the wrong Info...

The Mountain Utilities works for microsoft Windows, but looks great. 

I'm using only Macintosh... :-D

cheers

--- In bc2000@yahoogroups.com, "Royce" <rpcfender@...> wrote:
Show quoted textHide quoted text
>
> 
> You could use Mark's graphic editor .
> If nothing else you should get his excellent pdf on the BCL (Behringer
> Control Language)
> A link to Mark's web page is in the Link section Mountain Utilities
> http://home.kpn.nl/f2hmjvandenberg281/
> <http://home.kpn.nl/f2hmjvandenberg281/>
> 
> 
> > The Encoder does not work correctly for me...I want to trigger a
> > SysEx-String from BCR2000 to RS7000 via Button 50 und 52 with
> increment
> > -1 and +1.
> > Is it possible? -
> 
> Yes
> 
> > $F0 $43 $10 $6A $13 $00 $41 $00 $F7 (Filter type for Part 1 = bypass)
> > To change the filters on my Yamaha RS7000 I need to input a System
> > this is what I think:
> 
> 
> try this
> $button 50
>    .showvalue on
>    .default 1
>    .mode incval -1
>    .minmax 0 18
>    .tx $F0 $43 $10 $6A $13 $0B $41 val $F7
> 
> $button 52
>    .showvalue on
>    .default 1
>    .mode incval 1
>    .minmax 0 18
>    .tx $F0 $43 $10 $6A $13 $0B $41 val $F7
> 
> All the best
> 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.