summaryrefslogtreecommitdiffstats
path: root/src/effects/builtin/filtereffect.h
AgeCommit message (Collapse)Author
2019-01-06move EngineFilter classes to their own folderBe
2018-06-12do not mix dry bypass for first Echo or Reverb in D+W mode chainBe
This fixes Reverb adding +6 dB when used alone in a D+W chain without Echo before it.
2018-05-31rename effect chain "insertion type" to "mix mode"Be
2018-05-29pass EffectChainInsertionType to effectsBe
so Echo and Reverb do not add the dry signal to their output in "Send" mode
2018-05-28Renamed "Native" to "Built-in"kshitij98