Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSnd_defs.h484 kFT2RetrigWithNoteDelay, // Retrigger envelopes if there is a note delay with no note enumerator
H A DUpgradeModule.cpp541 { kFT2RetrigWithNoteDelay, MPT_V("1.18.00.00") }, in UpgradeModule()
H A DSndfile.cpp1095 playBehaviour.set(kFT2RetrigWithNoteDelay);
H A DSnd_fx.cpp2629 } else if(m_playBehaviour[kFT2RetrigWithNoteDelay] && !m_SongFlags[SONG_FIRSTTICK]) in ProcessEffects()