Lines Matching refs:SYNSYNTH
34 typedef struct SYNSYNTH SYNSYNTH; typedef
36 typedef void (*SYNCallback)(AXVPB *axvpb, SYNSYNTH *synth, u8 midiChannel);
38 struct SYNSYNTH struct
95 SYNSYNTH *synth; // this voice belongs to this synth argument
168 SYNSYNTH *synth, // user allocated synth
177 void SYNQuitSynth (SYNSYNTH *synth);
178 void SYNMidiInput (SYNSYNTH *synth, u8 *input);
179 u8 SYNGetMidiController(SYNSYNTH *synth, u8 midiChannel, u8 function);
180 void SYNSetMasterVolume (SYNSYNTH *synth, s32 dB);
181 s32 SYNGetMasterVolume (SYNSYNTH *synth);
182 u32 SYNGetActiveNotes (SYNSYNTH *synth);
184 void SYNDRCSetMasterVolume (SYNSYNTH *synth, s32 dB);
185 s32 SYNDRCGetMasterVolume (SYNSYNTH *synth);
186 void SYNSetMixerSelect (SYNSYNTH *synth, u32 mixer);
187 u32 SYNGetMixerSelect (SYNSYNTH *synth);
189 SYNCallback SYNSetInitCallback (SYNSYNTH *synth, SYNCallback callback);
190 SYNCallback SYNSetUpdateCallback(SYNSYNTH *synth, SYNCallback callback);