Using PurePath Studio I created a configuration that includes two instances of a BiQuad. One is a High Bandpass Filter and the second is a Low Bandpass Filter. A right click on the BiQuad object presents a menu with Help. Help says that each BiQuad instance contains a 20-byte block of coefficients a=B0, B1, B2, A1, and A2. At 4 bytes per coefficient, Help does not define the format of this 4-byte data structure. Is this a 1.31 structure or something else. Since PPS says one can modify these coefficients directly, I am assuming that no quantization (N0, N1, N2, D1, and D2) is required.
My questions: (a) What is the 4-byte data structure (format) for B0 through A2? (b) Is quantization necessary or can I just write the B0, B1, B2, A1, and A2 after being converted to necessary data structure.
Thank you in advance.