Hey guys.
I'm working a bit on deciphering the EQ handling at the moment, in relation to the project of trying to make a "new" software for the desk.
Most communication between the cpu unit and the two controllers in the desk are fairly simple ascii encoded commands, and most of it is relatively simple logic-wise to figure out.
However, the EQ handling is giving me some headaches:
when you change a parameter, a command is sent to the DSP board in the format "g*<HEX-CODE>h", where <HEX-CODE> is a 20-byte long number.
I have made simple python script that lets me choose a value for frequency and Q, and then iterates through every gain step, and maps out the code that is sent, but when I look over the codes and try to figure out the logic of it, my brain curls up in a corner and start making funny noises.....
Aaaanyway - if anyone feels like trying to go over some of the codes and see if they can find the logic/mathmatical patterns in it, it could be very helpful.
Regards
Anders