From 490eaef67d0387cc15a916c05fe9d1dbb949ece1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 04:28:47 -0400 Subject: Add Audacity compatibility data --- host_compatibility.ttl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'host_compatibility.ttl') 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 , . +_:audacity + a compat:Host ; + rdfs:label "Audacity" ; + compat:version "3.1.3" ; + compat:implementsFeature , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + lv2:hardRTCapable , + lv2:isLive ; + compat:supportsPortType , + lv2:AudioPort , + lv2:CVPort , + lv2:ControlPort , + lv2:InputPort , + lv2:OutputPort ; + compat:usesLibrary , + . + _:carla a compat:Host ; rdfs:label "Carla" ; -- cgit v1.2.1