Searched defs:SYNSYNTH (Results 1 – 1 of 1) sorted by relevance
72 typedef struct SYNSYNTH SYNSYNTH; typedef76 struct SYNSYNTH struct78 void *next; // synth list80 WTINST *percussiveInst; // pointer to instrument[0] in wavetable81 WTINST *melodicInst; // pointer to instrument[0] in wavetable82 WTREGION *region; // pointer to region[0] in wavetable83 WTART *art; // pointer to articulation[0] in wavetable84 WTSAMPLE *sample; // pointer to sample[0] in wavetable85 WTADPCM *adpcm; // pointer to adpcm[0] in wavetable86 u32 samplesBaseWord; // base address (16bit) of samples in RAM[all …]