Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectchainslot.h105 void slotClearEffect(unsigned int iEffectSlotNumber);
H A Deffectchainslot.cpp335 connect(pEffectSlot, &EffectSlot::clearEffect, this, &EffectChainSlot::slotClearEffect); in addEffectSlot()
375 void EffectChainSlot::slotClearEffect(unsigned int iEffectSlotNumber) { in slotClearEffect() function in EffectChainSlot