aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/Acceleration/Acceleration.cpp
Commit message (Expand)AuthorAgeFilesLines
* LV2: Reset state on activate.Harald Eilertsen2020-09-021-0/+15
* LV2: Refactor in, out and params to base class.Harald Eilertsen2020-07-201-46/+3
* LV2: Refactor common code to base class.Harald Eilertsen2020-07-191-11/+1
* LV2: Refactor common LV2Wrapper.Harald Eilertsen2020-07-191-0/+4
* LV2/Acceleration: Use the LinuxVST processing codeHarald Eilertsen2020-07-181-4/+19
* LV2: Split lv2 interface code and actual plugin.Harald Eilertsen2020-07-161-115/+40
* 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-151-11/+22
* 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-121-0/+65