Searched refs:synth (Results 1 – 2 of 2) sorted by relevance
36 typedef void (*SYNCallback)(AXVPB *axvpb, SYNSYNTH *synth, u8 midiChannel);95 SYNSYNTH *synth; // this voice belongs to this synth member168 SYNSYNTH *synth, // user allocated synth177 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);[all …]
63 SYNSYNTH synth; // synth used for this sequence member