Re: Will someone help me with QS6 SysEx Opcode 10?


[ Follow Ups ] [ Post Message ] [ The QuadraSynth Forum ] [ FAQ ]

Posted by Joakim on August 17, 1999 at 12:55:42:

In Reply to: Re: Will someone help me with QS6 SysEx Opcode 10? posted by David on August 15, 1999 at 16:14:20:

Every (0xxxxxxx) represents a byte containing its eight bits.
Each of the parameters require only so many bits to describe the its value. Like "ss" the number of the sound, is between zero and three i.e 00, 01, 10 and 11. As you can see this value require only two bits. What you want to do, is to convert each of the parameters into binary, line the bits up like the spec, and then convert them into hex. You will then end up with eleven bytes.

I had real trouble figuring this out when I wrote my sysex editor. If you are interested I can send you the routine.



Follow Ups: