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.

34 lines
887B

  1. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  2. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  3. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  4. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  5. @prefix rtmpl: <http://kxstudio.sf.net/ns/lv2ext/rtmempool#> .
  6. @prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
  7. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  8. <http://kxstudio.sf.net/ns/lv2ext/rtmempool>
  9. a owl:Ontology ;
  10. rdfs:seeAlso <rtmempool.h> ,
  11. <rtmempool.doap.ttl> ,
  12. <../kx-meta/meta.ttl> ;
  13. lv2:documentation """
  14. <p>
  15. LV2 realtime safe memory pool extension definition.
  16. </p>
  17. <p>
  18. List of hosts that support this extension:
  19. </p>
  20. <ul>
  21. <li><a href="http://kxstudio.sf.net/Applications:Carla" target="_blank">Carla</a></li>
  22. </ul>
  23. """ .
  24. rtmpl:Pool
  25. a lv2:Feature ;
  26. lv2:documentation """
  27. <p>
  28. TODO
  29. </p>
  30. """ .