Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/engine/
H A Denginemaster.cpp698 GroupFeatureState masterFeatures; in process() local
699 masterFeatures.has_gain = true; in process()
700 masterFeatures.gain = m_pMasterGain->get(); in process()
706 masterFeatures); in process()
757 GroupFeatureState masterFeatures; in applyMasterEffects() local
758 masterFeatures.has_gain = true; in applyMasterEffects()
759 masterFeatures.gain = m_pMasterGain->get(); in applyMasterEffects()
764 masterFeatures); in applyMasterEffects()