summaryrefslogtreecommitdiffstats
path: root/src/effects/effectsmanager.cpp
AgeCommit message (Expand)Author
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-14Use rigtorp/SPSCQueue for MessagePipeUwe Klotz
2019-11-13Read/write single messages from/into a MessagePipeUwe Klotz
2019-11-13Delete unused mutex synchronization from lock-free MessagePipeUwe Klotz
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-03-31Cycle over the visible effects list, fixing bug lp:1822205Daniel Schürmann
2018-07-06Check return value from getEffectManifest for null, fixing lp1780148Daniel Schürmann
2018-05-31rename effect chain "insertion type" to "mix mode"Be
2018-05-29Updated TestEffectBackendkshitij98
2018-05-29Created Backend specific visibility groupkshitij98
2018-05-29Removed backendName QString from EffectManifestkshitij98
2018-05-28Renamed "Native" to "Built-in"kshitij98
2018-05-28Removed visibility settings from EffectsBackendkshitij98
2018-05-25Coding standards conformancekshitij98
2018-05-24Shifted visibility logic to EffectsManagerkshitij98
2018-05-21Integrated config and fixed blacklisting effectskshitij98
2018-05-21effectsmanager.cpp: Added visibility checkkshitij98
2018-05-21Blacklisted hidden effects from menukshitij98
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2018-01-04add more effect debugging outputbe_
2017-12-30Merge commit 'bbdbc1c450e4bf90c490ff2d4c528ddf0074b347' into lv2_support2Daniel Schürmann
2017-12-21fix compilation warning about deleting forward declared EffectStatebe_
2017-12-21rename MasterOutputEffectRack to OutputEffectRackbe_
2017-12-21use ChannelHandle* pointer on MessagePipe instead of copying ChannelHandlesbe_
2017-12-20adapt Tremolo effect for new EffectState/EffectProcessorImpl APIbe_
2017-12-10load EffectStates only for enabled input channelsbe_
2017-12-06clean up initialization of ChannelHandlesbe_
2017-11-23Renamed to TremolojohanLsp
2017-11-23Add dummy Gater effectjohanLsp
2017-09-16Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-08-15Added EffectsManager::getEffectSlot to de-duplicate some codeDaniel Schürmann
2017-08-15EffectPushButton:parse parameter slot from the connected control like we did ...Daniel Schürmann
2017-08-14removed unused variablesDaniel Schürmann
2017-08-14moved common code to EffectsManager::getEffectParameterSlotDaniel Schürmann
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-14omit the assignment + redundant constructor invocationDaniel Schürmann
2017-06-13fix tests that require a ChannelHandleFactorybe_
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-13pull ChannelHandleFactory out of EngineMaster and into MixxxMainWindowbe_
2017-06-10Merge remote-tracking branch 'upstream/master' 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-06-01move EQ and QuickEffect racks before normal effectsbe_
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-04-17Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-04-11create [Master], num_effectsavailable ControlObjectbe_