summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainmanager.cpp
AgeCommit message (Expand)Author
2018-10-18Removed EffectChainManager layerKshitij Gupta
2018-10-18Consolidated EffectChain and EffectChainSlotkshitij98
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2018-04-03use isAdoptMetaknobValueEnabled and "[Effects]", "AdoptMetaknobValue"Daniel Schürmann
2018-04-01improve description of effect load metaknob behavior optionsBe
2018-03-31clarify function namesBe
2018-03-31Added [Effects] AdoptMetaknobPosition prefeences optionDaniel Schürmann
2017-12-21rename MasterOutputEffectRack to OutputEffectRackbe_
2017-12-19only apply master EQ to master output, not record/broadcast signalbe_
2017-12-10decouple EffectChainSlot creation from loading EffectChain to enginebe_
2017-12-06code cleanupbe_
2017-06-30fix master equalizer effectbe_
2017-06-20Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-06-15Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2017-06-15treat <EffectChain\> entries as null (ejected) chainsDaniel Schürmann
2017-06-13track enable state of effects & chains for each input and outputbe_
2017-06-13Merge remote-tracking branch 'upstream/pr/1275' into postfader_effectsbe_
2017-06-10apply effects to both master output post-fader and headphones PFLbe_
2017-06-04treat unnamed chains in effects.xml as ejectedDaniel Schürmann
2017-06-04Initalise chain slots before loading effects.xmlDaniel Schürmann
2017-04-26Refresh loaded effects if Parameter/Slot asignement has changed in LV2 prefsDaniel Schürmann
2017-04-18make sure effect chains are initialized properlybe_
2017-02-11toXML -> toXmlbe_
2017-02-06save effect XML schema version as attribute of root elementbe_
2017-01-19move effect XML element names to separate header filebe_
2017-01-19version effects.xml on its own terms instead of by Mixxx versionbe_
2017-01-19define a constant for the number of effectsbe_
2017-01-19add Mixxx version to effects.xmlbe_
2017-01-19save/load effect parameter state to XML on shutdown/startupbe_
2017-01-19implement effect saving to/loading from XMLbe_
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-02-26Move src/xmlparse.cpp/h to src/util/xml.cpp/h.RJ Ryan
2015-02-24Naming refactors.RJ Ryan
2015-02-24Refactor use of strings in the engine. 10-20% callback speed improvement.RJ Ryan
2014-11-21Unify rack/chain/effect/parameter association logic for effect widgets.RJ Ryan
2014-11-21Refactor equalizer rack and quick effect rack.RJ Ryan
2014-11-20Changed namespace for the preferences effect Racks to EqualizerChain and Quic...Daniel Schürmann
2014-11-19Allow to set the group for a rackDaniel Schürmann
2014-11-18Removed unused member variables from effectparameterslotbase.Daniel Schürmann
2014-06-19Dynamic creation of EQ (each time a deck is added)Nicu Badescu
2014-03-29Turn off a bunch of noisy debugs.RJ Ryan
2014-03-16Add in-order processing of effect chains in their racks.RJ Ryan
2014-03-16Introduce the concept of EffectChain prototypes.RJ Ryan
2014-01-12Emit updated signals on clear and other misc fixes.RJ Ryan
2013-12-17Add quick and dirty EffectChain / Effect / EffectParameter XML serialization/...RJ Ryan
2013-12-02Add EffectRack to wrap EffectChainSlots and contain logic related to effect r...RJ Ryan
2013-12-01Fix goofy initialization order requirements for EffectChains by making them s...RJ Ryan
2013-11-30Send an ADD_EFFECT_CHAIN message when one is added.RJ Ryan
2013-06-19Merge branch 'master' into features_effectsRJ Ryan