Searched refs:SYNSYNTH (Results 1 – 2 of 2) sorted by relevance
34 typedef struct SYNSYNTH SYNSYNTH; typedef36 typedef void (*SYNCallback)(AXVPB *axvpb, SYNSYNTH *synth, u8 midiChannel);38 struct SYNSYNTH struct95 SYNSYNTH *synth; // this voice belongs to this synth argument168 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);[all …]
63 SYNSYNTH synth; // synth used for this sequence