aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/BassKit
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-1/+59
| | | | | | | | | | 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: Fix plugin type for BassKit.Harald Eilertsen2020-08-021-1/+1
| | | | And add the EQ type to makeplugin.
* LV2: Port BassKit plugin.Harald Eilertsen2020-08-024-0/+193
There's an issue, where it seems the plugin will only produce noise if it's active when starting playback. Enabling it after playback has started seems to work fine. This is puzzling and will have to be investigated further at some time.