summaryrefslogtreecommitdiffstats
path: root/src/effects/effectrack.cpp
AgeCommit message (Expand)Author
2018-05-27fix crash pressing Apply in DlgPrefLV2Be
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2018-04-03use isAdoptMetaknobValueEnabled and "[Effects]", "AdoptMetaknobValue"Daniel Schürmann
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-18add SignalProcessingStage enum class to replace preFader bool valuesbe_
2017-12-16remove unused return value from PerGroupRack::setupForGroupbe_
2017-12-16quick hack to keep effect chain switching workingbe_
2017-12-16fix leaking of EffectState containers passed along MessagePipebe_
2017-12-15clarify function namesbe_
2017-12-10decouple EffectChainSlot creation from loading EffectChain to enginebe_
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-15rename getOrCreateEffectChainDaniel Schürmann
2017-06-13Merge remote-tracking branch 'upstream/pr/1275' into postfader_effectsbe_
2017-06-11split effects processing into prefader and postfader stagesbe_
2017-06-10apply effects to both master output post-fader and headphones PFLbe_
2017-06-04Initalise chain slots before loading effects.xmlDaniel 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-26Refresh loaded effects if Parameter/Slot asignement has changed in LV2 prefsDaniel Schürmann
2017-04-24Pass EffectMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-02-11toXML -> toXmlbe_
2017-02-09avoid reusing loadValuesFromXml method name for slot classes at different levelsbe_
2017-02-05Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-01-25set tooltips for each item in WEffectSelectorbe_
2017-01-19define a constant for the number of effectsbe_
2017-01-19small code cleanupbe_
2017-01-19save/load effect parameter state to XML on shutdown/startupbe_
2017-01-19implement effect saving to/loading from XMLbe_
2017-01-12update metaknob link soft takeover testsbe_
2017-01-08Merge pull request #1062 from Be-ing/per_effect_metaknobsDaniel Schürmann
2017-01-07fix EQs and QuickEffectsbe_
2017-01-07fix effects being disabled by defaultbe_
2017-01-04remove redundant functionbe_
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-04add per-effect meta knobsbe_
2015-06-15Make translation of Empty Chain consistentMarkus Klösges
2015-06-15Revert "Make translation of "Empty Chain" consistent"Markus Klösges
2015-06-11Make translation of "Empty Chain" consistentMarkus Klösges
2015-02-24Naming refactors.RJ Ryan
2015-02-24Refactor use of strings in the engine. 10-20% callback speed improvement.RJ Ryan
2014-12-28Merge pull request #437 from ywwg/eq-prefsOwen Williams
2014-12-27Remove incorrect callOwen Williams
2014-12-26Fix eq apply-to-all in preferences.Owen Williams