Searched refs:WTINST (Results 1 – 4 of 4) sorted by relevance
80 WTINST *percussiveInst; // pointer to instrument[0] in wavetable81 WTINST *melodicInst; // pointer to instrument[0] in wavetable93 WTINST *inst [16]; // pointer to instrument per channel
127 typedef struct WTINST // Instrument struct132 } WTINST; argument
130 typedef struct WTINST // instrument struct135 } WTINST; argument
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()