Home
last modified time | relevance | path

Searched refs:kMIDIVolumeOnNoteOffBug (Results 1 – 3 of 3) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSnd_defs.h531 kMIDIVolumeOnNoteOffBug, // Update MIDI channel volume on note-off (legacy bug emulation) enumerator
H A DUpgradeModule.cpp440 m_playBehaviour.set(kMIDIVolumeOnNoteOffBug); in UpgradeModule()
H A DSndmix.cpp2630 …const bool hasNote = m_playBehaviour[kMIDIVolumeOnNoteOffBug] ? (note != NOTE_NONE) : ModCommand::… in ProcessMidiOut()