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: 8 different midi CCs into 1 pot?

2012-08-09 by Royce

--- In bc2000@yahoogroups.com, "s_y_nagual" <s_y_nagual@...> wrote:
>
> Hi all,
> I was wondering if it is possible to assign 8 CCs, to one pot (or button with increments)?.
> The CCs are simple on/off (buttons), and there is only one active at a time.
> they change scenes, and are also assigned to notes:60-67.
> Is it possible? I don't care how it is done, it would free 8 buttons
> TIA
>

You don't say what the CCs are so taking the note message you could try
Midi channel 1
$encoder 1
.showvalue on
.mode 1dot
.resolution 96 96 96 96


.default 60
.minmax 60 67

.tx $90 60 00  ; turn all the notes off first or use Note off $80
.tx $90 61 00
.tx $90 62 00
.tx $90 63 00
.tx $90 64 00
.tx $90 65 00
.tx $90 66 00
.tx $90 67 00
.tx $90 val 127  ;use val for the note number

all the best
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.