aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/AQuickVoiceClip
Commit message (Collapse)AuthorAgeFilesLines
* Move all plugins into bundle.Harald Eilertsen2021-03-131-12/+0
| | | | | As suggested by @dromer@github.com, this moves all Airwindows plugins into a separate bundle. This cleans up the lv2 directory quite a bit.
* LV2: Reset state on activate.Harald Eilertsen2020-09-022-0/+51
| | | | | | | | | | 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: Add plugin AQuickVoiceClipHarald Eilertsen2020-07-204-0/+174