summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainmanager.h
AgeCommit message (Expand)Author
2020-07-31Rename handle_group to handleGroup globallyxerus2000
2018-06-12Found more typosluz.paz
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-16fix leaking of EffectState containers passed along MessagePipebe_
2017-06-30fix master equalizer effectbe_
2017-06-15Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel 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-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-01-19define a constant for the number of effectsbe_
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-12-27Rename src/util.h to src/util/class.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-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-06-19Dynamic creation of EQ (each time a deck is added)Nicu Badescu
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-24Comment run. Remove locking from places that won't need it anymore.RJ Ryan
2013-06-19Merge branch 'master' into features_effectsRJ Ryan