LV2 Extensions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
617B

  1. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  2. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. <http://kx.studio/ns/lv2ext/control-input-port-change-request>
  5. a owl:Ontology ,
  6. lv2:Feature ;
  7. rdfs:seeAlso <control-port-change-request.h> ,
  8. <control-port-change-request.doap.ttl> ,
  9. <../kx-meta/meta.ttl> ;
  10. lv2:documentation """
  11. <p>
  12. LV2 Programs is an <a href="http://lv2plug.in/ns/lv2core#Specification" target="_blank">LV2 Extension</a> for allowing plugins to request changes on their own control input ports.
  13. </p>
  14. """ .