--- 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.
Message
Re: how to send multiple cc's (momentary) on one button
2010-05-05 by markwinvdb