Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSnd_defs.h467 kITEmptyNoteMapSlot, // IT ignores instrument note map entries with no note completely enumerator
H A DUpgradeModule.cpp511 { kITEmptyNoteMapSlot, MPT_V("1.21.01.25") }, in UpgradeModule()
H A DSnd_fx.cpp1259 …if(pIns->Keyboard[note - NOTE_MIN] == 0 && m_playBehaviour[kITEmptyNoteMapSlot] && !pIns->HasValid… in InstrumentChange()
1272 if(m_playBehaviour[kITEmptyNoteMapSlot] && (pIns == nullptr || !pIns->HasValidMIDIChannel())) in InstrumentChange()
1626 } else if(m_playBehaviour[kITEmptyNoteMapSlot] && !chn.HasMIDIOutput()) in NoteChange()
2132 } else if(m_playBehaviour[kITEmptyNoteMapSlot] && !pIns->HasValidMIDIChannel()) in CheckNNA()
H A DSndfile.cpp1057 playBehaviour.set(kITEmptyNoteMapSlot);