Searched defs:SYNSYNTH (Results 1 – 1 of 1) sorted by relevance
49 typedef struct SYNSYNTH SYNSYNTH; typedef53 struct SYNSYNTH struct55 void *next; // synth list57 WTINST *percussiveInst; // pointer to instrument[0] in wavetable58 WTINST *melodicInst; // pointer to instrument[0] in wavetable59 WTREGION *region; // pointer to region[0] in wavetable60 WTART *art; // pointer to articulation[0] in wavetable61 WTSAMPLE *sample; // pointer to sample[0] in wavetable62 WTADPCM *adpcm; // pointer to adpcm[0] in wavetable63 u32 samplesBaseWord; // base address (16bit) of samples in RAM[all …]