diff options
Diffstat (limited to 'bundles')
-rw-r--r-- | bundles/StereoInOut.ingen/StereoInOut.ttl | 2 | ||||
-rw-r--r-- | bundles/ingen.lv2/manifest.ttl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/StereoInOut.ingen/StereoInOut.ttl b/bundles/StereoInOut.ingen/StereoInOut.ttl index 9ae60646..6052ce0f 100644 --- a/bundles/StereoInOut.ingen/StereoInOut.ttl +++ b/bundles/StereoInOut.ingen/StereoInOut.ttl @@ -21,7 +21,7 @@ ingen:tail <control_in> ] ; ingen:polyphony 1 ; - <http://lv2plug.in/ns/extensions/ui#ui> ingen:PatchUIGtk2 ; + <http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ; lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ; lv2:port <audio_in_1> , <audio_in_2> , diff --git a/bundles/ingen.lv2/manifest.ttl b/bundles/ingen.lv2/manifest.ttl index ea2f62fe..d0151df1 100644 --- a/bundles/ingen.lv2/manifest.ttl +++ b/bundles/ingen.lv2/manifest.ttl @@ -7,7 +7,7 @@ ingen: a owl:Ontology ; rdfs:seeAlso <ingen.ttl> . -ingen:PatchUIGtk2 +ingen:GraphUIGtk2 a ui:GtkUI ; ui:binary <libingen_gui_lv2.so> ; rdfs:comment "The Ingen patcher interface." . |