Home
last modified time | relevance | path

Searched defs:SYNSYNTH (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/
Dsyn.h34 typedef struct SYNSYNTH SYNSYNTH; typedef
38 struct SYNSYNTH struct
40 void *next; // synth list
42 WTINST *percussiveInst; // pointer to instrument[0] in wavetable
43 WTINST *melodicInst; // pointer to instrument[0] in wavetable
44 WTREGION *region; // pointer to region[0] in wavetable
45 WTART *art; // pointer to articulation[0] in wavetable
46 WTSAMPLE *sample; // pointer to sample[0] in wavetable
47 WTADPCM *adpcm; // pointer to adpcm[0] in wavetable
48 u8 *samples; // pointer to samples base as initialized
[all …]