aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/BassDrive/BassDrive.cpp
Commit message (Collapse)AuthorAgeFilesLines
* LV2: Reset state on activate.Harald Eilertsen2020-09-021-1/+43
| | | | | | | | | | This makes sure all internal parameters are initializet to sane values before processing starts. The VST version does this on construction, but it seems better (at least for LV2) to do this as part of the activate callback. This should fix noise on the start of the audio processing with the plugins.
* LV2: Port BassDrive plugin.Harald Eilertsen2020-08-021-0/+29