summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainslot.cpp
AgeCommit message (Expand)Author
2017-01-02fix EffectUnit channel asignment buttons on startupbe_
2017-01-02make EffectUnit deck assignment switches persistentbe_
2016-12-28remove connection of signal that is no longer therebe_
2016-12-21implement new EffectChain COs for skin <-> controller mapping interactionbe_
2016-12-21Merge remote-tracking branch 'upstream/master' into per_effect_metaknobsbe_
2016-12-20Add a ControlObject::forceSet alias for ControlObject::setAndConfirm.RJ Ryan
2016-12-20Add a ControlObject::setReadOnly method.RJ Ryan
2016-12-18add EffectUnitX_EffectY,focused ControlObjectbe_
2016-12-07move EffectUnits' expanded CO to skin.xml filesbe_
2016-12-05make meta knobs update when super knob is turnedbe_
2016-12-05make EffectUnitX,expand a toggle buttonbe_
2016-12-04add per-effect meta knobsbe_
2016-04-27Move all Control classes to src/control.RJ Ryan
2015-02-24Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-02-24Naming refactors.RJ Ryan
2015-02-24Add some comments to channelhandle.h. Other misc.RJ Ryan
2015-02-24Refactor use of strings in the engine. 10-20% callback speed improvement.RJ Ryan
2015-01-07Delete obsolete include directivesUwe Klotz
2014-12-17Remove math_clamp_unsafe / math_clamp_safe.RJ Ryan
2014-12-09Rename EffectChain parameter to super.RJ Ryan
2014-11-22Add EffectChainSlot parameter accessor.RJ Ryan
2014-11-21Refactor equalizer rack and quick effect rack.RJ Ryan
2014-11-19set the group outside of EffectChainSlotDaniel Schürmann
2014-11-19removed unused m_rackNumberDaniel Schürmann
2014-11-19pass effectUnitGroup to EffectSlotDaniel Schürmann
2014-11-17Rename math_clamp_fast() to math_clamp_unsafe()Uwe Klotz
2014-11-17Use math_clamp_fast() where min/max parameters are constantsUwe Klotz
2014-11-16Added EffectChainSlot::getChainSlotNumber()Daniel Schürmann
2014-11-13Revert "user plain pointers for Effect, this fixes a segfault due to double d...Daniel Schürmann
2014-11-12streamline the Effect clear pathDaniel Schürmann
2014-11-12renamed signal form effectAdded() to effectsChanged()Daniel Schürmann
2014-11-12some minor optimisationsDaniel Schürmann
2014-11-11fixed order during distructionDaniel Schürmann
2014-11-09user plein pointers for Effect, this fixes a segfault due to double delete wh...Daniel Schürmann
2014-08-22Added Default connection type for connectValueChangeRequest()Daniel Schürmann
2014-08-16Changed default dry wet mix to fully wet.Daniel Schürmann
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-03-29Turn off a bunch of noisy debugs.RJ Ryan
2014-03-29Try to fix build on Windows.RJ Ryan
2014-03-28Re-factor effect parameter linking so that value interpolation is done by Con...RJ Ryan
2014-03-28Merge pull request #207 from daschuer/co_clean_upRJ Ryan
2014-03-25Removed min max COs from EffectParameterSlot this is a redundant concept with...Daniel Schürmann
2014-03-23Fix a few +/- ticker knob controls by not ignoring no-ops.RJ Ryan
2014-03-22Fix various warnings.RJ Ryan
2014-03-22Restore chain-level enable control.RJ Ryan
2014-03-22Delete leaking controls.RJ Ryan
2014-03-22Add num_effectslots and num_parameterslots controls.RJ Ryan
2014-03-22Make EffectChainSlot responsible for adding/removing its chains from the engine.RJ Ryan
2014-03-22Add 'enabled' state to Effects and an 'enabled' control to EffectSlot to cont...RJ Ryan
2014-03-22Fix build, oops.RJ Ryan