aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/lib
Commit message (Collapse)AuthorAgeFilesLines
* LV2/makeplugin: Allow non-word chars in param name.Harald Eilertsen2021-03-271-1/+1
|
* LV2/makeplugin: Pick up var init from plugin cpp file.Harald Eilertsen2021-03-271-0/+12
|
* LV2/makeplugin: Get variable decls from plugin header.Harald Eilertsen2021-03-271-1/+12
|
* LV2/makeplugin: Move Plugin.ttl stuff to it's own class.Harald Eilertsen2021-03-271-0/+82
|
* LV2/makeplugin: Add slug to PluginInfo class.Harald Eilertsen2021-03-271-0/+4
|
* 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.