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.

26 lines
1.0KB

  1. @prefix dcs: <http://ontologi.es/doap-changeset#> .
  2. @prefix doap: <http://usefulinc.com/ns/doap#> .
  3. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  4. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  5. <http://kx.studio/ns/lv2ext/control-input-port-change-request>
  6. a doap:Project ;
  7. rdfs:seeAlso <../kx-meta/meta.ttl> ;
  8. doap:license <http://opensource.org/licenses/isc> ;
  9. doap:name "ControlPort Change Request" ;
  10. doap:homepage <http://kx.studio/ns/lv2ext/control-input-port-change-request> ;
  11. doap:created "2020-10-14" ;
  12. doap:shortdesc "LV2 extension for allowing plugins to request changes on their own control input ports." ;
  13. doap:developer <https://falktx.com> ;
  14. doap:maintainer <https://falktx.com> ;
  15. doap:release [
  16. doap:revision "0.0" ;
  17. doap:created "2020-10-14" ;
  18. doap:file-release <http://kx.studio/ns/lv2ext/kx-extensions-1.0.tar.bz2> ;
  19. dcs:changeset [
  20. dcs:item [
  21. rdfs:label "First stable release."
  22. ]
  23. ]
  24. ] .