aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2
Commit message (Expand)AuthorAgeFilesLines
...
* LV2: Refactor in, out and params to base class.Harald Eilertsen2020-07-209-290/+48
* LV2: Add plugin AirHarald Eilertsen2020-07-195-1/+284
* LV2: Add plugin ADT.Harald Eilertsen2020-07-195-1/+247
* LV2: Refactor common code to base class.Harald Eilertsen2020-07-195-37/+32
* LV2: Refactor common LV2Wrapper.Harald Eilertsen2020-07-198-140/+89
* LV2: Port plugin ADClip7.Harald Eilertsen2020-07-186-1/+305
* LV2: Add readme and license files.Harald Eilertsen2020-07-182-0/+72
* LV2: Move built plugins to an lv2 subfolder under the build dir.Harald Eilertsen2020-07-181-4/+4
* LV2: Tighten compiler warnings and drop optimizationHarald Eilertsen2020-07-181-1/+1
* LV2/Acceleration: Use the LinuxVST processing codeHarald Eilertsen2020-07-182-6/+59
* LV2: Split lv2 interface code and actual plugin.Harald Eilertsen2020-07-163-115/+131
* LV2: Move actual processing into Acceleration class.Harald Eilertsen2020-07-161-34/+50
* LV2: Make Acceleration class instead of POD struct.Harald Eilertsen2020-07-161-5/+6
* LV2: Add stereo ports to Acceleration.Harald Eilertsen2020-07-152-16/+37
* LV2: Fix ttl manifest and plugin description.Harald Eilertsen2020-07-152-7/+7
* LV2: Just copy input to output for now.Harald Eilertsen2020-07-151-0/+3
* LV2: Use anon namespace instead of static funcs.Harald Eilertsen2020-07-151-5/+44
* Start off on LV2 support.Harald Eilertsen2020-07-126-0/+354