Lines Matching refs:synth
278 static void __SEQHandleSynthEvent(SYNSYNTH *synth, SEQTRACK *track) in __SEQHandleSynthEvent() argument
319 SYNMidiInput(synth, ch); in __SEQHandleSynthEvent()
326 static void __SEQRunEvent(SYNSYNTH *synth, SEQTRACK *track) in __SEQRunEvent() argument
330 ASSERT(synth); in __SEQRunEvent()
358 __SEQHandleSynthEvent(synth, track); in __SEQRunEvent()
556 __SEQRunEvent(&sequence->synth, track); in SEQRunAudioFrame()
616 &sequence->synth, in SEQAddSequence()
653 SYNQuitSynth(&sequence->synth); in SEQRemoveSequence()
732 SYNMidiInput(&sequence->synth, ch); in SEQSetState()
796 SYNSetMasterVolume(&sequence->synth, dB); in SEQSetVolume()
807 return SYNGetMasterVolume(&sequence->synth); in SEQGetVolume()