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

2012-08-09 by karel skakal

Hi Royce,
thank you for reply and solution....I am happy it can be done! I really had only a slight hope about this

Originally, I wrote the CCs, but then I erased them, thinking the CC numbers won't matter, if you/anyone wrote an example I could change them, now I see they do matter. 
The CCs are: 6,8,9,11,12,13,14,15.

I follow you just down to the .tx messages, then you loose me, I don't know where to write (.tx) them...Text pad...and then?
I'm sorry, I tried converting them to sysex after writing it into text pad, etc...No go...I converted it, send it and got bunch of errors

Can you be so kind and explain please?
Thanks a lot for your time and help.
all the best to you, Karel:-)




________________________________
 From: Royce <rpcfender@...>
To: bc2000@yahoogroups.com 
Sent: Thursday, 9 August 2012, 6:04
Subject: [bc2000] Re: 8 different midi CCs into 1 pot?
 

  


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