On Sat, 19 Apr 2008, Aaron Eppolito wrote:
> Alternatively, you could be sneaky and set the hidden parameter that
> corresponds to the tap button being down:
>
> it's parameter (0x79 0x20) (4127 in decimal). Set it to 1 for down and
> then back to 0 when you're done.
>
> Select Next Pattern with Mute Hold:
> F0 18 0F dd 55 01 02 07 21 xx yy F7
> F0 18 0F dd 55 01 02 79 20 01 00 F7
> F0 18 0F dd 55 01 02 04 21 xx yy F7
> F0 18 0F dd 55 01 02 79 20 00 00 F7
========================
not sure when i'll have a chance to test it, but based on page 5 of the
sysex book (the "count" parameter) that seems more likely to work in an
abbreviated form since it's multiple commands of the same type (the "01"
in the first line)...
F0 18 0F dd 55 01 cc
07 21 xx yy
79 20 01 00
04 21 xx yy
79 20 00 00
ck
F7
where "cc" is the number of bytes to expect and "ck" is the checksum. i
think the correct byte count in that example would be 0x0F (and i think
the byte count in the long form, top, should be 0x04 instead of 0x02).
i'll report back when i find out...
--
...atom
________________________
http://atom.smasher.org/
762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
-------------------------------------------------
"United we stand, unless you're gay or nonviolent or
progressive or sexually secure or from San Francisco.
Really makes the heart swell with all-American pride."
-- Mark Morford, SF Gate, 14 June 2002Message
Re: [xl7] Sysex Pattern Change
2008-04-20 by Atom Smasher
Attachments
- No local attachments were found for this message.