The Official Sequential/Oberheim Forum

SEQUENTIAL/DSI => Prophet => Sequential Prophet X => Topic started by: extreme measures on November 22, 2018, 08:54:57 AM

Title: What are the G values ?
Post by: extreme measures on November 22, 2018, 08:54:57 AM
In the manual the description of the packed data format contains values that start with "G" in the upper nibble. What is that?
Title: Re: What are the G values ?
Post by: Lady Gaia on November 22, 2018, 09:29:07 AM
In the manual the description of the packed data format contains values that start with "G" in the upper nibble. What is that?

The values A1-G7 in the example represent bits.  It's an illustration of how the individual bits in a series of seven bytes are rearranged to be packed into eight bytes whose MSB must be 0.  It's needlessly confusing since the placeholders they chose look like they're supposed to be hexadecimal values themselves, complete with a zero bit being represented by 00.
Title: Re: What are the G values ?
Post by: extreme measures on November 22, 2018, 09:46:50 AM
ha.. ok. thanks