summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainmanager.h
AgeCommit message (Expand)Author
2017-06-04Initalise chain slots before loading effects.xmlDaniel 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