Lines Matching refs:synth
259 static void __SEQHandleSynthEvent(SYNSYNTH *synth, SEQTRACK *track) in __SEQHandleSynthEvent() argument
300 SYNMidiInput(synth, ch); in __SEQHandleSynthEvent()
307 static void __SEQRunEvent(SYNSYNTH *synth, SEQTRACK *track) in __SEQRunEvent() argument
311 ASSERT(synth); in __SEQRunEvent()
339 __SEQHandleSynthEvent(synth, track); in __SEQRunEvent()
523 __SEQRunEvent(&sequence->synth, track); in SEQRunAudioFrame()
583 &sequence->synth, in SEQAddSequence()
620 SYNQuitSynth(&sequence->synth); in SEQRemoveSequence()
699 SYNMidiInput(&sequence->synth, ch); in SEQSetState()
763 SYNSetMasterVolume(&sequence->synth, dB); in SEQSetVolume()
774 return SYNGetMasterVolume(&sequence->synth); in SEQGetVolume()