summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
AgeCommit message (Expand)Author
2020-07-31Rename handle_group to handleGroup globallyxerus2000
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-01-04decouple EffectStatesMapArray from EffectChainbe_
2017-12-21fix compilation warning about deleting forward declared EffectStatebe_
2017-12-16move ownership of EffectStatesMaps and EffectStatesMapArrays to EffectChainbe_
2017-12-16miscellaneous code cleanupbe_
2017-12-15clarify function namesbe_
2017-04-26Refresh loaded effects if Parameter/Slot asignement has changed in LV2 prefsDaniel Schürmann
2017-01-19save/load effect parameter state to XML on shutdown/startupbe_
2017-01-12reload only effect being updated instead of each effect in chainbe_
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-13Revert "user plain pointers for Effect, this fixes a segfault due to double d...Daniel Schürmann
2014-11-12renamed signal form effectAdded() to effectsChanged()Daniel Schürmann
2014-11-11Introduced EffectChain::removeEffect()Daniel Schürmann
2014-11-10delete replaced effect, delete effects in EffectChain::~EffectChain() and rem...Daniel Schürmann
2014-11-09removed unused function EffectChain::getEffect()Daniel Schürmann
2014-11-09renamed effectNumber to effectSlotNumberDaniel Schürmann
2014-11-09user plein pointers for Effect, this fixes a segfault due to double delete wh...Daniel Schürmann
2014-03-28Re-factor effect parameter linking so that value interpolation is done by Con...RJ Ryan
2014-03-22Add 'enabled' state to Effects and an 'enabled' control to EffectSlot to cont...RJ Ryan
2014-03-22Remove chains and effects by index instead of pointer.RJ Ryan
2014-03-21Add EffectChain::replaceEffect for swapping one effect for another.RJ Ryan
2014-03-16Make Effect responsible for adding itself to a chain in the engine.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-02-19Basic EffectChainSlot tests that exercise the control interface.RJ Ryan
2014-02-19Allow controlling of EffectChain insertion type via chain slot control API.RJ Ryan
2014-01-18Add description to EffectChain.RJ Ryan
2014-01-12Make EffectChain emit its update signals when it is changed.RJ Ryan
2013-12-17Add quick and dirty EffectChain / Effect / EffectParameter XML serialization/...RJ Ryan
2013-12-01Fix goofy initialization order requirements for EffectChains by making them s...RJ Ryan
2013-12-01Add InsertionType property to EffectChain for insert vs. send effects. Send t...RJ Ryan
2013-11-30Listen for updates to EffectChain properties in EffectChainSlot. valueChanged...RJ Ryan
2013-11-30Send updates when EffectChain parameters change.RJ Ryan
2013-11-30Escape mutex hell. Remove mutexes from the Effect*Slot.RJ Ryan
2013-11-30Add mix accessor/setter in EffectChain.RJ Ryan
2013-11-30Add enabled/enabledForGroup tracking to EffectChain.RJ Ryan
2013-11-30Write EffectChain updates to the EngineEffectsManager.RJ Ryan
2013-11-30Make id required for creating an EffectChain. Add an EngineEffectChain instan...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