Home
last modified time | relevance | path

Searched refs:lfoEnable (Results 1 – 7 of 7) sorted by relevance

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnmidi_load.cpp115 synth.m_insBankSetup.lfoEnable = (wopn->lfo_freq & 8) != 0; in LoadBank()
119 m_setup.lfoEnable = -1; in LoadBank()
H A Dopnbank.h129 int lfoEnable; member
H A Dopnmidi.cpp308 OPNMIDI_EXPORT void opn2_setLfoEnabled(struct OPN2_MIDIPlayer *device, int lfoEnable) in opn2_setLfoEnabled() argument
314 play->m_setup.lfoEnable = lfoEnable; in opn2_setLfoEnabled()
315 synth.m_lfoEnable = (lfoEnable < 0 ? in opn2_setLfoEnabled()
316 synth.m_insBankSetup.lfoEnable : in opn2_setLfoEnabled()
317 play->m_setup.lfoEnable) != 0; in opn2_setLfoEnabled()
H A Dopnmidi_midiplay.cpp85 m_setup.lfoEnable = -1; in OPNMIDIplay()
132 if(m_setup.lfoEnable < 0) in applySetup()
133 synth.m_lfoEnable = (synth.m_insBankSetup.lfoEnable != 0); in applySetup()
135 synth.m_lfoEnable = (m_setup.lfoEnable != 0); in applySetup()
H A Dopnmidi.h384 extern OPNMIDI_DECLSPEC void opn2_setLfoEnabled(struct OPN2_MIDIPlayer *device, int lfoEnable);
H A Dopnmidi_midiplay.hpp518 int lfoEnable; member
H A Dopnmidi_opn2.cpp226 m_insBankSetup.lfoEnable = false; in OPN2()