summaryrefslogtreecommitdiffstats
path: root/src/effects
AgeCommit message (Expand)Author
2021-01-22CMake: Fix FindLilv module and includesJan Holthuis
2021-01-06Effect widgets/EQ preferences: display '---' when no effect is loadedronso0
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-14Merge pull request #3306 from Holzhaus/clazy-old-style-connect-effectsUwe Klotz
2020-11-14EffectChainSlot: Remove default argument from slotChainEffectChangedJan Holthuis
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-13effects: Replace old-style Qt connect() callsJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-13Merge pull request #3294 from Holzhaus/clazy-old-style-connectDaniel Schürmann
2020-11-12Replace some old-style Qt connect() callsJan Holthuis
2020-11-12EffectChainManager: Fix range loop pointer typeJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-10-30Fix signedness warnings in LV2EffectProcessor for armv7hlUwe Klotz
2020-10-30Merge pull request #3236 from ywwg/lv2-destroy-fixUwe Klotz
2020-10-29fix old-style castOwen Williams
2020-10-29Fix destruction of lv2manifestsOwen Williams
2020-10-29Fix type inconsistencies in effectsUwe Klotz
2020-10-29Delete unused global constantUwe Klotz
2020-10-28BalanceEffect: Remove wrong freq typecasts to intJan Holthuis
2020-10-28EffectManifestParameter: Remove redundant parenthesesJan Holthuis
2020-10-28BalanceEffect: Use double for BalanceGroupState::m_freqJan Holthuis
2020-10-27Fix wrong types of anonymous namespace constantsJan Holthuis
2020-10-27effects: Fix cast of EffectManifestParameter::LinkType to intJan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Add missing typecasts to fix -Wfloat-comparison warningsJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-27Effects: Use explicit type castsUwe Klotz
2020-10-26Fix more signedness errors in effectsUwe Klotz
2020-10-26BalanceGroupState: Fix signed/unsigned comparison on armv7hlUwe Klotz
2020-10-16Merge pull request #3125 from Holzhaus/float-warnings-pt-6Daniel Schürmann
2020-10-16Merge pull request #3124 from Holzhaus/float-warnings-pt-5Daniel Schürmann
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-6Jan Holthuis
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-26effects/builtin/flangereffect: Fix types used for frac mathJan Holthuis
2020-09-26effects/builtin/echoeffect: Simplify timecast and use CSAMPLE_GAINJan Holthuis
2020-09-26effects/lv2/lv2effectprocessor: Use float instead of CSAMPLEJan Holthuis
2020-09-26effects/builtin/flangereffect: Improve periodFraction calculationJan Holthuis
2020-09-26effects/builtin/flangereffect: Optimize gain correction constantJan Holthuis
2020-09-26effects/builtin/echoeffect: Use CSAMPLE_GAINJan Holthuis
2020-09-25effects/lv2/lv2effectprocessor: Add missing casts to CSAMPLEJan Holthuis
2020-09-25effects/builtin/phasereffect: Cast just M_PIJan Holthuis