Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectchainslot.h115 void slotChannelStatusChanged(const QString& group);
H A Deffectchainslot.cpp366 this, [this, handle_group] { slotChannelStatusChanged(handle_group.name()); }); in registerInputChannel()
463 void EffectChainSlot::slotChannelStatusChanged(const QString& group) { in slotChannelStatusChanged() function in EffectChainSlot