aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/Average/Average.cpp
Commit message (Collapse)AuthorAgeFilesLines
* LV2: Reset state on activate.Harald Eilertsen2020-09-021-0/+12
| | | | | | | | | | 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: Added Aura, Average and AverMatrix plugins.Harald Eilertsen2020-07-221-0/+25
Tried a way to get the units/labels for the AverMatrix controls to better fit. It's not perfect, and I'm not sure if it's possible to make it fit 100% either. I'll have to explore this some more.