summaryrefslogtreecommitdiffstats
path: root/src/engine/filters
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan 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-24engine/filters: Fix potential out-of-bounds read in setCoefs{2}Jan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-09-25engine/filters/enginefilterpansingle: Use const autoJan Holthuis
2020-09-25engine/filters/enginefilterpansingle: Make lossy typecasts explicitJan Holthuis
2020-09-25engine/filters/enginefiltermoogladder4: Add literal suffixes and castsJan Holthuis
2020-09-25engine/filters/enginefilterdelay: Remove useless type conversionJan Holthuis
2020-09-25engine/filters/enginefilterpansingle: Use CSAMPLE_GAIN for coefficientsJan Holthuis
2020-09-25engine/filters/enginefilterpansingle: Fix formattingJan Holthuis
2020-09-25engine/filters/enginefilterdelay: Declare m_buf[] as CSAMPLEJan Holthuis
2020-09-25engine/filters/enginefiltermoogladder4: Avoid unnecessary double castsJan Holthuis
2020-09-24engine/filters/enginefiltermoogladder4: Add missing f to float literalsJan Holthuis
2020-09-24engine/filters: Add missing casts to CSAMPLEJan Holthuis
2020-06-20Remove the restrict keyword because it is only restricted in case of m_startF...Daniel Schürmann
2020-06-20Use the new linearCrossfadeBuffer function to avoid restrict warningsDaniel Schürmann
2019-10-02Use scoped enum for MoogMode in enginefiltermoogladdr4.hJan Holthuis
2019-01-06move EngineFilter classes to their own folderBe