summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainslot.cpp
AgeCommit message (Expand)Author
2018-06-11effects mixing mode code cleanupBe
2018-05-31rename effect chain "insertion type" to "mix mode"Be
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2018-04-03Merge pull request #1574 from Be-ing/effect_load_metaknobBe
2018-04-03use isAdoptMetaknobValueEnabled and "[Effects]", "AdoptMetaknobValue"Daniel Schürmann
2018-03-31clarify function namesBe
2018-03-31Added [Effects] AdoptMetaknobPosition prefeences optionDaniel Schürmann
2018-03-22Rename direct control object to EncoderOwen Williams
2018-02-03Update number of states in focusedEffectDaniel Schürmann
2018-02-03make focused_effect a toggle button, to allow to toggle though all the effect...Daniel Schürmann
2017-12-22fix testsbe_
2017-12-21fix compilation warning about deleting forward declared EffectStatebe_
2017-12-16miscellaneous code cleanupbe_
2017-12-15clarify function namesbe_
2017-12-10decouple EffectChainSlot creation from loading EffectChain to enginebe_
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-15rename getOrCreateEffectChainDaniel Schürmann
2017-06-15Added a Translator comment for "Empty Chain"Daniel Schürmann
2017-06-14omit the assignment + redundant constructor invocationDaniel Schürmann
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-04fixed typoDaniel Schürmann
2017-06-04Fixing Bug 1693972, by always loading an empty chain just before it is required.Daniel Schürmann
2017-04-24Pass EffectMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-04-18efficiently check for empty XML elementsbe_
2017-04-02Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-04-02fix Windows buildbe_
2017-03-24don't make EffectUnit show_focus CO persistbe_
2017-02-11make dry/wet knob persistentbe_
2017-02-11toXML -> toXmlbe_
2017-02-09avoid reusing loadValuesFromXml method name for slot classes at different levelsbe_
2017-02-05save effect chain insertion type as a string in XMLbe_
2017-01-19save superknob value to XMLbe_
2017-01-19move effect XML element names to separate header filebe_
2017-01-19fix effects testsbe_
2017-01-19add Mixxx version to effects.xmlbe_
2017-01-19save/load effect parameter state to XML on shutdown/startupbe_
2017-01-12Merge pull request #1111 from Be-ing/metaknob_soft_takeoverRJ Skerry-Ryan
2017-01-12update metaknob link soft takeover testsbe_
2017-01-12minor code cleanupbe_
2017-01-12reload only effect being updated instead of each effect in chainbe_
2017-01-08Merge pull request #1062 from Be-ing/per_effect_metaknobsDaniel Schürmann
2017-01-07assign EffectUnits to corresponding decks by defaultbe_
2017-01-05Merge branch 'initial_value_for_persistent_cos' into effect_enable_switchesbe_
2017-01-05Remove unused method.RJ Ryan
2017-01-04fix memory leaksbe_
2017-01-04use C++11 for loopsbe_