From 254b434f0a79fea54bd963e8ff2e845a5b0cd3a6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Mar 2012 20:16:46 +0000 Subject: Partially functioning communication between Ingen LV2 plugin and UI. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4078 a436a847-0d15-0410-975c-d299462d15a1 --- src/bindings/test_ingen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/test_ingen.py') diff --git a/src/bindings/test_ingen.py b/src/bindings/test_ingen.py index 921bdd1b..da90b988 100755 --- a/src/bindings/test_ingen.py +++ b/src/bindings/test_ingen.py @@ -26,7 +26,7 @@ e.activate() c.subscribe(e) -e.create_port("/dynamic_port", "http://lv2plug.in/ns/ext/event#EventPort", False) +e.create_port("/dynamic_port", "http://lv2plug.in/ns/lv2core#AudioPort", False) while True: world.iteration() -- cgit v1.2.1