Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dsyn.h49 typedef struct SYNSYNTH SYNSYNTH; typedef
53 struct SYNSYNTH struct
55 void *next; // synth list
57 WTINST *percussiveInst; // pointer to instrument[0] in wavetable
58 WTINST *melodicInst; // pointer to instrument[0] in wavetable
59 WTREGION *region; // pointer to region[0] in wavetable
60 WTART *art; // pointer to articulation[0] in wavetable
61 WTSAMPLE *sample; // pointer to sample[0] in wavetable
62 WTADPCM *adpcm; // pointer to adpcm[0] in wavetable
63 u32 samplesBaseWord; // base address (16bit) of samples in RAM
[all …]