summaryrefslogtreecommitdiffstats
path: root/src/effects
AgeCommit message (Collapse)Author
2023-06-11Simplify codepcktm
2023-06-11Remove unneeded roundToFractionpcktm
2023-06-11Address requested changespcktm
2023-06-09Merge branch 'main' into GlitchEffectpcktm
2023-05-06Remove no longer used translator commentDaniel Schürmann
2023-03-31fix(effects): disable waveform filtering for eq presets loaded via COSwiftb0y
2023-03-31fix(effects): don't apply presets to non-existent slotsSwiftb0y
Only load effect preset from chain presets to slots that actually have been created. The rest gets ignored.
2023-03-31refactor(effects): rename parameterSwiftb0y
2023-03-29Merge pull request #10837 from Swiftb0y/effects-manifest-defaultsDaniel Schürmann
Effects manifest defaults
2023-03-13refactor: use temporary QHash to reduce algorithmic complexitySwiftb0y
2023-03-09Unify initalization of EffectState members and fix e memory leakDaniel Schürmann
2023-03-08Use override and default in EffectStatesDaniel Schürmann
2023-03-08use override and daefault in build in effectsDaniel Schürmann
2023-03-08feat: remap delay framespcktm
2023-03-05Document the use of the raw pointer returned by getEngineEffectsManager()Daniel Schürmann
2023-03-05fix typoDaniel Schürmann
2023-03-05Replace QScopedPointer with std::uniqe_ptr for a better tracking of ownershipDaniel Schürmann
2023-03-05Fix double ownership of the pResponsePipeDaniel Schürmann
2023-03-05Manage EngineEffectsManager's livetime via a unique_ptrDaniel Schürmann
2023-03-05feat: initial glitch effect implementationpcktm
2023-02-03EffectSlot::swapParameters: ignore no-op, e.g. after aborted drag (drop on ↵ronso0
itself)
2023-01-09Merge pull request #11041 from ronso0/effect-parameter-unitsDaniel Schürmann
show effect parameter units in parameter name label
2023-01-07Merge pull request #10859 from ronso0/effect-chain-clear-empty-presetDaniel Schürmann
Effects: allow clearing chains with empty '---' preset
2023-01-02Add class unique_ptr_vector to workaround a QT 4.6 BugDaniel Schürmann
2022-12-09EffectChainPresetManager: prepend empty 'clear' item in ↵ronso0
setQuickEffectPresetOrder
2022-12-09EffectChainPreset: init m_readOnly in constructorronso0
2022-12-09EffectChainPresetManager: QStringLiteral instead of QLatin1ronso0
2022-11-30fix(effects): Fix parameters of effect not showing up when not in default ↵Swiftb0y
settings file fixes mixxxdj/mixxx/issues/10834
2022-11-30feature(effects): EffectPreset::updateParametersFrom(EffectPreset&)Swiftb0y
2022-11-18LV2 parameter: QHash for UnitsHint lookupronso0
2022-11-18Effect parameter: QHash for unit strings lookupronso0
2022-11-15Phaser effect: snap Stages parameter to intronso0
2022-11-15Effect knob: implement ValueScaler::Integral (snap value to int)ronso0
2022-11-12LV2: remove unneeded QStrings and redundant property checksronso0
2022-11-12LV2: read custom paramter unitsronso0
2022-11-12Effects: add some units to built-in effectsronso0
2022-11-12Effect parameters: translate UnitHint to stringronso0
2022-11-12LV2: read parameter units from effects manifest...ronso0
requires checking for 'lv2' package if LILV cmake option is enabled
2022-11-12Effect parameters: adopt LV2 unitsronso0
2022-11-03Merge pull request #4707 from daschuer/effects_refactoring_3Owen Williams
Effect crasher fix
2022-11-02Merge pull request #11032 from ronso0/effect-parameter-change-labelDaniel Schürmann
Effect parameter: briefly show value in parameter name widget
2022-11-02Effect parameter: briefly show value in parameter name widgetronso0
2022-10-28Added missing final keywordDaniel Schürmann
2022-10-28Avoid confusing handle().handle() codeDaniel Schürmann
2022-10-28re-enabble debug guardDaniel Schürmann
2022-10-16Fix NaNsFerran Pujol Camins
2022-10-08Remove folding algorithmsFerran Pujol Camins
2022-09-30Fix warningsFerran Pujol Camins
2022-09-30Add missing returnFerran Pujol Camins
2022-09-30Merge branch 'main' into overdriveFerran Pujol Camins