Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectrack.cpp84 pChainSlot->clear(); in slotClearRack()
94 m_effectChainSlots.append(pChainSlot); in addEffectChainSlotInternal()
146 if (pChainSlot == nullptr) { in maybeLoadEffect()
240 EffectChainSlot* pChainSlot = in addEffectChainSlot() local
244 pChainSlot->addEffectSlot( in addEffectChainSlot()
277 pChainSlot->loadEffectChainToSlot(pChain); in OutputEffectRack()
335 pChainSlot->loadEffectChainToSlot(pChain); in setupForGroup()
354 pChainSlot->updateRoutingSwitches(); in setupForGroup()
365 VERIFY_OR_DEBUG_ASSERT(pChainSlot) { in loadEffectToGroup()
371 pChainSlot->updateRoutingSwitches(); in loadEffectToGroup()
[all …]
H A Deffectchainmanager.cpp224 EffectChainSlotPointer pChainSlot = getStandardEffectRack(0)->getEffectChainSlot(i); in loadEffectChains() local
225 if (pChainSlot) { in loadEffectChains()
226 pChainSlot->loadEffectChainToSlot(pChain); in loadEffectChains()
227 pChainSlot->loadChainSlotFromXml(chainElement); in loadEffectChains()
230 pChainSlot->updateRoutingSwitches(); in loadEffectChains()
H A Deffectsmanager.cpp268 EffectChainSlotPointer pChainSlot; in getEffectSlot() local
271 pChainSlot = pRack->getEffectChainSlot(intRegEx.cap(1).toInt() - 1); in getEffectSlot()
279 pChainSlot = pSlot; in getEffectSlot()
284 VERIFY_OR_DEBUG_ASSERT(pChainSlot) { in getEffectSlot()
290 pChainSlot->getEffectSlot(intRegEx.cap(1).toInt() - 1); in getEffectSlot()
H A Deffectrack.h70 void addEffectChainSlotInternal(EffectChainSlotPointer pChainSlot);
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Deffectchainslottest.cpp37 EffectChainSlotPointer pChainSlot = pRack->getEffectChainSlot(iChainNumber); in TEST_F() local
38 pChainSlot->registerInputChannel(m_master); in TEST_F()
42 pChainSlot->loadEffectChainToSlot(pChain); in TEST_F()
90 EffectChainSlotPointer pChainSlot = pRack->getEffectChainSlot(iChainNumber); in TEST_F() local
91 pChainSlot->loadEffectChainToSlot(pChain); in TEST_F()
105 EffectChainSlotPointer pChainSlot = pRack->getEffectChainSlot(iChainNumber); in TEST_F() local
110 pChainSlot->loadEffectChainToSlot(pChain); in TEST_F()
H A Deffectslottest.cpp42 EffectChainSlotPointer pChainSlot = pRack->getEffectChainSlot(iChainNumber); in TEST_F() local
43 pChainSlot->loadEffectChainToSlot(pChain); in TEST_F()
47 EffectSlotPointer pEffectSlot = pChainSlot->getEffectSlot(0); in TEST_F()
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dweffectchain.cpp20 EffectChainSlotPointer pChainSlot = EffectWidgetUtils::getEffectChainSlotFromNode( in setup() local
22 if (pChainSlot) { in setup()
23 setEffectChainSlot(pChainSlot); in setup()
H A Deffectwidgetutils.h72 EffectChainSlotPointer pChainSlot) { in getEffectSlotFromNode() argument
73 if (pChainSlot.isNull()) { in getEffectSlotFromNode()
81 return pChainSlot->getEffectSlot(effectSlot - 1); in getEffectSlotFromNode()
H A Dweffectbuttonparameter.cpp18 EffectChainSlotPointer pChainSlot = EffectWidgetUtils::getEffectChainSlotFromNode( in setup() local
21 node, context, pChainSlot); in setup()
H A Dweffectparameter.cpp18 EffectChainSlotPointer pChainSlot = EffectWidgetUtils::getEffectChainSlotFromNode( in setup() local
21 node, context, pChainSlot); in setup()
H A Dweffect.cpp20 EffectChainSlotPointer pChainSlot = EffectWidgetUtils::getEffectChainSlotFromNode( in setup() local
23 node, context, pChainSlot); in setup()
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgprefeq.cpp724 EffectChainSlotPointer pChainSlot = m_pOutputEffectRack->getEffectChainSlot(0); in slotMasterEqEffectChanged() local
726 if (pChainSlot) { in slotMasterEqEffectChanged()
727 EffectChainPointer pChain = pChainSlot->getEffectChain(); in slotMasterEqEffectChanged()
729 pChain = pChainSlot->getOrCreateEffectChain(m_pEffectsManager); in slotMasterEqEffectChanged()