Skip to content

Instantly share code, notes, and snippets.

@sliptype
Created September 4, 2019 02:34
Show Gist options
  • Save sliptype/be502b2d7f0a61e9d3c7945add649b38 to your computer and use it in GitHub Desktop.
Save sliptype/be502b2d7f0a61e9d3c7945add649b38 to your computer and use it in GitHub Desktop.
struct fxProgram
{
long chunkMagic; // 'CcnK'
long byteSize; // of this chunk, excl. magic + byteSize
long fxMagic; // 'FxCk'
long version;
long fxID; // fx unique id
long fxVersion;
long numParams;
char prgName[28];
float params[1]; // variable no. of parameters
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment