aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/Template/Plugin.ttl
Commit message (Collapse)AuthorAgeFilesLines
* LV2: makeplugin use cheatsheet db for plugin type mapping.Harald Eilertsen2020-08-021-1/+1
| | | | | | Only the 'Saturation' type is mapped to lv2::DistortionPlugin for now, but this is easy to expand as we go. I'll update this for each new plugin type that's ported for now.
* LV2: makeplugin create control port defs in ttl.Harald Eilertsen2020-08-021-27/+1
| | | | | | It has no way (yet) of knowing the specifics of the ports, so for now it will only create he correct number of ports, assign their symbols ('A', 'B' etc.) and corresponding index.
* LV2: Add template plugin and script.Harald Eilertsen2020-07-211-0/+44
To ease booting up a new plugin. The script just reads the template files, replaces the placeholders with the new plugin name, and writes them out as the proper plugin files in the right directory. Primitive, but does the job. The script should work with any version of ruby.