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: how to send multiple cc's (momentary) on one button

2010-05-05 by markwinvdb

--- In bc2000@yahoogroups.com, "ajawdokimov" <ajawdokimov@...> wrote:
> infact, what would be the .tx equivelant of these .easypar commands?
> ie:  is 
> $button 41
>   .showvalue on
>   .default 0
>   .mode updown
>   .minmax 0 127
>   .tx $B0 15 127
>   .tx $B0 15 64
> 
> the equivelant of 
> 
> $button 41
> >   .easypar CC 1 15 127 64 toggleoff
> >   .showvalue on
> >   .default 64
> ??

No, it isn't:

In the first case, the two ".tx" statements trigger the output of the six bytes "$B0 15 127 $B0 15 64" whenever you PRESS the button AND whenever you RELEASE the button.

The second case triggers "$B0 15 127" when you PRESS the button, and "$B0 15 64" when you RELEASE it.

Mark.

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.