aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/BiquadOneHalf/BiquadOneHalf.h
Commit message (Collapse)AuthorAgeFilesLines
* LV2: Add more pluginsHarald Eilertsen2021-03-271-0/+41
This adds the following plugins: - Baxandall - Beam - Biquad - Biquad2 - BiquadOneHalf Had to manually fix the `Type` param in the Biquad* plugins, since the script isn't able to pick up enumeration values. Apart from that the script took care of everything.