summaryrefslogtreecommitdiffstats
path: root/host_compatibility.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 04:28:47 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 04:28:47 -0400
commit490eaef67d0387cc15a916c05fe9d1dbb949ece1 (patch)
tree1a22483200df00a2ee021d8ed37b7637a59adff7 /host_compatibility.ttl
parentd43fe49070f735531c7cdee22d3dc93d036474db (diff)
downloadlv2site-490eaef67d0387cc15a916c05fe9d1dbb949ece1.tar.xz
Add Audacity compatibility data
Diffstat (limited to 'host_compatibility.ttl')
-rw-r--r--host_compatibility.ttl32
1 files changed, 32 insertions, 0 deletions
diff --git a/host_compatibility.ttl b/host_compatibility.ttl
index aaaee7b..7de0b51 100644
--- a/host_compatibility.ttl
+++ b/host_compatibility.ttl
@@ -114,6 +114,38 @@ _:ardour
compat:usesLibrary <http://drobilla.net/software/lilv> ,
<http://drobilla.net/software/suil> .
+_:audacity
+ a compat:Host ;
+ rdfs:label "Audacity" ;
+ compat:version "3.1.3" ;
+ compat:implementsFeature <http://lv2plug.in/ns/ext/buf-size#boundedBlockLength> ,
+ <http://lv2plug.in/ns/ext/buf-size#fixedBlockLength> ,
+ <http://lv2plug.in/ns/ext/data-access> ,
+ <http://lv2plug.in/ns/ext/instance-access> ,
+ <http://lv2plug.in/ns/ext/log#log> ,
+ <http://lv2plug.in/ns/ext/options#options> ,
+ <http://lv2plug.in/ns/ext/uri-map> ,
+ <http://lv2plug.in/ns/ext/urid#map> ,
+ <http://lv2plug.in/ns/ext/urid#unmap> ,
+ <http://lv2plug.in/ns/ext/worker#schedule> ,
+ <http://lv2plug.in/ns/extensions/ui#fixedSize> ,
+ <http://lv2plug.in/ns/extensions/ui#idleInterface> ,
+ <http://lv2plug.in/ns/extensions/ui#makeResident> ,
+ <http://lv2plug.in/ns/extensions/ui#noUserResize> ,
+ <http://lv2plug.in/ns/extensions/ui#parent> ,
+ <http://lv2plug.in/ns/extensions/ui#portMap> ,
+ <http://lv2plug.in/ns/extensions/ui#resize> ,
+ lv2:hardRTCapable ,
+ lv2:isLive ;
+ compat:supportsPortType <http://lv2plug.in/ns/ext/atom#AtomPort> ,
+ lv2:AudioPort ,
+ lv2:CVPort ,
+ lv2:ControlPort ,
+ lv2:InputPort ,
+ lv2:OutputPort ;
+ compat:usesLibrary <http://drobilla.net/software/lilv> ,
+ <http://drobilla.net/software/suil> .
+
_:carla
a compat:Host ;
rdfs:label "Carla" ;