Home
last modified time | relevance | path

Searched refs:WTINST (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-2.1/include/revolution/
Dsyn.h57 WTINST *percussiveInst; // pointer to instrument[0] in wavetable
58 WTINST *melodicInst; // pointer to instrument[0] in wavetable
73 WTINST *inst [16]; // pointer to instrument per channel
Dwt.h127 typedef struct WTINST // instrument struct
132 } WTINST; typedef
/RvlSDK-2.1/build/tools/dls1wt/src/
Dwt.h130 typedef struct WTINST // instrument struct
135 } WTINST; typedef
Ddls.c47 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()