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: Increment a Program Change with a button??

2016-10-29 by gburks@...

Solved. To update only two buttons in several presets, I had to put an $end statement, and a new $rev statement between each preset. Here is the code that works... repurposes the Edit/Exit function keys for PC down/up:

$rev R1 ; Firmware 1.10; BC Manager 3.1.0.1
$preset
.name 'Moog Model 15 ARP Ch2 '
.snapshot off
.request off
.egroups 4
.fkeys off
.lock off
$button 55
.easypar PC 2 off off 1
.showvalue on
.mode incval -1
.default 0
.minmax 0 127
$button 56
.easypar PC 2 off off 1
.showvalue on
.mode incval 1
.default 0
.minmax 0 127
$store 1
$end
$rev R1 ; Firmware 1.10; BC Manager 3.1.0.1
$preset
.name 'Moog Model 15 Ch2 '
.snapshot off
.request off
.egroups 4
.fkeys off
.lock off
$button 55
.easypar PC 2 off off 1
.showvalue on
.mode incval -1
.default 0
.minmax 0 127
$button 56
.easypar PC 2 off off 1
.showvalue on
.mode incval 1
.default 0
.minmax 0 127
$store 2
$end
$rev R1 ; Firmware 1.10; BC Manager 3.1.0.1
$preset
.name 'Animoog Ch3 '
.snapshot off
.request off
.egroups 4
.fkeys off
.lock off
$button 55
.easypar PC 3 off off 1
.showvalue on
.mode incval -1
.default 0
.minmax 0 127
$button 56
.easypar PC 3 off off 1
.showvalue on
.mode incval 1
.default 0
.minmax 0 127
$store 3
$end


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.