summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-24 00:46:38 +0000
committerDavid Robillard <d@drobilla.net>2015-02-24 00:46:38 +0000
commit8ac65508e0c7d1a3f0585a16343b174b9cedb94c (patch)
tree366c90d63d0aa80ff16c575975fd5e8f4d59608c /tests
parent126b53c472b32a2082c525937a64ddb47a767840 (diff)
downloadingen-8ac65508e0c7d1a3f0585a16343b174b9cedb94c.tar.gz
ingen-8ac65508e0c7d1a3f0585a16343b174b9cedb94c.tar.bz2
ingen-8ac65508e0c7d1a3f0585a16343b174b9cedb94c.zip
Use sequence buffer size from Jack.
Patch from Hanspeter Portner. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5603 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index ec1a438d..f29fc964 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -163,7 +163,7 @@ main(int argc, char** argv)
// Initialise engine
ingen_try(bool(world->engine()),
"Unable to create engine");
- world->engine()->init(48000.0, 4096);
+ world->engine()->init(48000.0, 4096, 4096);
world->engine()->activate();
// Load patch