Searched refs:WTINST (Results 1 – 4 of 4) sorted by relevance
57 WTINST *percussiveInst; // pointer to instrument[0] in wavetable58 WTINST *melodicInst; // pointer to instrument[0] in wavetable73 WTINST *inst [16]; // pointer to instrument per channel
127 typedef struct WTINST // instrument struct132 } WTINST; typedef
130 typedef struct WTINST // instrument struct135 } WTINST; typedef
47 static WTINST melodicInst[128];48 static WTINST percussiveInst[128];1239 fwrite(percussiveInst, sizeof(WTINST), 128, wtFile); in dls_read_file()1241 filePosition += sizeof(WTINST) * 128; in dls_read_file()1244 fwrite(melodicInst, sizeof(WTINST), 128, wtFile); in dls_read_file()1246 filePosition += sizeof(WTINST) * 128; in dls_read_file()