aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/Air
Commit message (Collapse)AuthorAgeFilesLines
* LV2: Refactor in, out and params to base class.Harald Eilertsen2020-07-202-83/+7
| | | | | | | | | Base class is now a template taking number of params, inputs and outputs as template args. The last two defaults to 2 (stereo pair), but number of params have to be given. Now if only we could find a smart template for generating the run function too...
* LV2: Add plugin AirHarald Eilertsen2020-07-194-0/+283