From 81884522025e2147e309b8042bbbc6ebcd927cc7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 22 May 2012 15:33:57 +0000 Subject: Fix crash when setting nodes polyphonic. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4433 a436a847-0d15-0410-975c-d299462d15a1 --- tests/poly.ttl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/poly.ttl (limited to 'tests/poly.ttl') diff --git a/tests/poly.ttl b/tests/poly.ttl new file mode 100644 index 00000000..e5b43c43 --- /dev/null +++ b/tests/poly.ttl @@ -0,0 +1,25 @@ +@prefix lv2: . +@prefix patch: . +@prefix ingen: . + + + a patch:Put ; + patch:subject ; + patch:body [ + a ingen:Node ; + ingen:prototype + ] . + + + a patch:Set ; + patch:subject ; + patch:body [ + ingen:polyphony 4 + ] . + + + a patch:Set ; + patch:subject ; + patch:body [ + ingen:polyphonic true + ] . -- cgit v1.2.1