@prefix lv2: . @prefix owl: . @prefix progs: . @prefix rdf: . @prefix rdfs: . @prefix ui: . @prefix xsd: . a owl:Ontology ; rdfs:seeAlso , , <../kx-meta/meta.ttl> ; lv2:documentation """

LV2 Programs is an LV2 Extension that allows a host to access plugin-side midi-mapped programs.
It is not the same as LV2 Presets, which defines host-side presets where the plugin has no control or role whatsoever.

List of plugins that use this extension:

List of hosts that support this extension:

""" . progs:Host a lv2:Feature ; lv2:documentation """

TODO

""" . progs:Interface a lv2:ExtensionData ; rdfs:label "Programs Plugin Interface" ; lv2:documentation """

TODO

""" . progs:UIInterface a lv2:ExtensionData ; rdfs:label "Programs UI Interface" ; lv2:documentation """

TODO

""" .