diff options
author | David Robillard <d@drobilla.net> | 2012-11-17 19:25:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-11-17 19:25:53 +0000 |
commit | 7767a8405496d3f2eba6594bfc1d57f25f8907ff (patch) | |
tree | 532e473ad8205cd2a26aff7bac6bb07bc1b74ce6 /tests | |
parent | af282195f9ced2947752154245d2ca13c670bef1 (diff) | |
download | ingen-7767a8405496d3f2eba6594bfc1d57f25f8907ff.tar.gz ingen-7767a8405496d3f2eba6594bfc1d57f25f8907ff.tar.bz2 ingen-7767a8405496d3f2eba6594bfc1d57f25f8907ff.zip |
Set plugin<=>UI queue size based on LV2 options.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4822 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/empty.ingen/empty.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/empty.ingen/empty.ttl b/tests/empty.ingen/empty.ttl index ac905a2e..95f60157 100644 --- a/tests/empty.ingen/empty.ttl +++ b/tests/empty.ingen/empty.ttl @@ -31,7 +31,7 @@ <> 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 <control_in> , <control_out> ; |