Home
last modified time | relevance | path

Searched refs:kOPLFlexibleNoteOff (Results 1 – 4 of 4) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSndfile.cpp1073 playBehaviour.set(kOPLFlexibleNoteOff);
1195 playBehaviour.set(kOPLFlexibleNoteOff);
1623 m_playBehaviour.reset(kOPLFlexibleNoteOff);
H A DSnd_defs.h529kOPLFlexibleNoteOff, // Full control after note-off over OPL voices, ^^^ sends note cut… enumerator
H A DSndmix.cpp2328 …const bool doProcess = m_playBehaviour[kOPLFlexibleNoteOff] || !chn.dwFlags[CHN_NOTEFADE] || GetTy… in ReadNote()
2358 …} else if(m_playBehaviour[kOPLFlexibleNoteOff] && chn.dwFlags[CHN_NOTEFADE] && chn.nFadeOutVol == … in ReadNote()
H A DSnd_fx.cpp2871 …E_NOTECUT || note == NOTE_KEYOFF) || (note == NOTE_FADE && !m_playBehaviour[kOPLFlexibleNoteOff]))) in ProcessEffects()