summaryrefslogtreecommitdiffstats
path: root/host_compatibility.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-15 21:29:40 -0400
committerDavid Robillard <d@drobilla.net>2022-08-15 21:29:40 -0400
commitaa7188fac44f97de90c1dc5cbf1a3cb0396d1fe8 (patch)
tree5642caae17303a5e043a379b376cf612972db07e /host_compatibility.ttl
parentd31901a8af7bf765129975d37c5df261db2dd1fb (diff)
downloadlv2site-aa7188fac44f97de90c1dc5cbf1a3cb0396d1fe8.tar.xz
Add REAPER compatibility data
Diffstat (limited to 'host_compatibility.ttl')
-rw-r--r--host_compatibility.ttl30
1 files changed, 30 insertions, 0 deletions
diff --git a/host_compatibility.ttl b/host_compatibility.ttl
index b77729a..2ca23e2 100644
--- a/host_compatibility.ttl
+++ b/host_compatibility.ttl
@@ -158,3 +158,33 @@ _:carla
lv2:InputPort ,
lv2:OutputPort .
+_:reaper
+ a compat:Host ;
+ rdfs:label "REAPER" ;
+ compat:version "6.65" ;
+ 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/options#options> ,
+ <http://lv2plug.in/ns/ext/resize-port#resize> ,
+ <http://lv2plug.in/ns/ext/state#freePath> ,
+ <http://lv2plug.in/ns/ext/state#loadDefaultState> ,
+ <http://lv2plug.in/ns/ext/state#makePath> ,
+ <http://lv2plug.in/ns/ext/state#mapPath> ,
+ <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#idleInterface> ,
+ <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> ,
+ <http://lv2plug.in/ns/extensions/ui#touch> ,
+ lv2:inPlaceBroken ;
+ compat:supportsPortType <http://lv2plug.in/ns/ext/atom#AtomPort> ,
+ lv2:AudioPort ,
+ lv2:ControlPort ,
+ lv2:InputPort ,
+ lv2:OutputPort .
+