Hi > 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 If you want the on value to be 127 and the off value to be 127 $button 41 .showvalue on .default 64 ; it is off to start with .mode updown .minmax 64 127 .tx $B0 15 val All the best Royce
Message
Re: how to send multiple cc's (momentary) on one button
2010-05-17 by Royce