aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/lib/makeplugin
Commit message (Collapse)AuthorAgeFilesLines
* LV2/makeplugin: ctrl ports know their name and symbol.Harald Eilertsen2021-03-271-1/+1
| | | | | Could possibly flesh out this to a proper class, but a hash is ok enough for now.
* LV2/makeplugin: Move type mapping to PluginInfo class.Harald Eilertsen2021-03-271-1/+15
|
* LV2/makeplugin: Refactor makeplugin script.Harald Eilertsen2021-03-271-11/+27
| | | | | Instantiate PluginInfo object instead of using a class method returning a hash.
* LV2/makeplugin: Refactor makeplugin script.Harald Eilertsen2021-03-271-0/+70
Make PluginInfo class to hold the code for fetching info about the plugin from other sources.