summaryrefslogtreecommitdiffstats
path: root/src/engine/filters
AgeCommit message (Expand)Author
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