Lines Matching refs:synth
74 typedef void (*SYNCallback)(AXVPB *axvpb, SYNSYNTH *synth, u8 midiChannel);
133 SYNSYNTH *synth; // this voice belongs to this synth member
206 SYNSYNTH *synth, // user allocated synth
215 void SYNQuitSynth (SYNSYNTH *synth);
216 void SYNMidiInput (SYNSYNTH *synth, u8 *input);
217 u8 SYNGetMidiController(SYNSYNTH *synth, u8 midiChannel, u8 function);
218 void SYNSetMasterVolume (SYNSYNTH *synth, s32 dB);
219 s32 SYNGetMasterVolume (SYNSYNTH *synth);
220 u32 SYNGetActiveNotes (SYNSYNTH *synth);
222 SYNCallback SYNSetInitCallback (SYNSYNTH *synth, SYNCallback callback);
223 SYNCallback SYNSetUpdateCallback(SYNSYNTH *synth, SYNCallback callback);