Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSnd_defs.h436 kITVolColFinePortamento, // Volume column portamento never does fine portamento enumerator
H A DUpgradeModule.cpp479 { kITVolColFinePortamento, MPT_V("1.17.02.49") }, in UpgradeModule()
H A DSndfile.cpp1026 playBehaviour.set(kITVolColFinePortamento);
H A DSnd_fx.cpp3019 …amentoUp(nChn, static_cast<ModCommand::PARAM>(vol << 2), m_playBehaviour[kITVolColFinePortamento]); in ProcessEffects()
3024 …entoDown(nChn, static_cast<ModCommand::PARAM>(vol << 2), m_playBehaviour[kITVolColFinePortamento]); in ProcessEffects()