aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/Template
Commit message (Collapse)AuthorAgeFilesLines
* 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: makeplugin script not handles number of control ports.Harald Eilertsen2020-07-222-2/+2
| | | | | | | | 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-214-0/+107
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.