Home
last modified time | relevance | path

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

/RvlSDK-3.1/include/revolution/
Dsyn.h72 typedef struct SYNSYNTH SYNSYNTH; typedef
76 struct SYNSYNTH struct
78 void *next; // synth list
80 WTINST *percussiveInst; // pointer to instrument[0] in wavetable
81 WTINST *melodicInst; // pointer to instrument[0] in wavetable
82 WTREGION *region; // pointer to region[0] in wavetable
83 WTART *art; // pointer to articulation[0] in wavetable
84 WTSAMPLE *sample; // pointer to sample[0] in wavetable
85 WTADPCM *adpcm; // pointer to adpcm[0] in wavetable
86 u32 samplesBaseWord; // base address (16bit) of samples in RAM
[all …]