aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/Template/Plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* LV2: makeplugin script not handles number of control ports.Harald Eilertsen2020-07-221-1/+1
| | | | | | | | If specified, the correct number will be put in the class declaration, and the correct number of params will be assigned to their respecive param instance variables. The ttl file is not updated with this info yet.
* LV2: Add template plugin and script.Harald Eilertsen2020-07-211-0/+27
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.