diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/connect_disconnect_node_node.ttl | 14 | ||||
-rw-r--r-- | tests/connect_disconnect_node_patch.ttl | 44 | ||||
-rw-r--r-- | tests/connect_disconnect_patch_patch.ttl | 14 | ||||
-rw-r--r-- | tests/copy_node.ttl | 6 | ||||
-rw-r--r-- | tests/create_delete_node.ttl | 4 | ||||
-rw-r--r-- | tests/create_delete_patch.ttl | 4 | ||||
-rw-r--r-- | tests/create_delete_poly_patch.ttl | 4 | ||||
-rw-r--r-- | tests/create_delete_port.ttl | 16 | ||||
-rw-r--r-- | tests/disconnect_all_node.ttl | 20 | ||||
-rw-r--r-- | tests/empty.ingen/main.ttl | 30 | ||||
-rw-r--r-- | tests/empty.ingen/manifest.ttl | 4 | ||||
-rw-r--r-- | tests/enable_graph.ttl | 4 | ||||
-rw-r--r-- | tests/get_node.ttl | 4 | ||||
-rw-r--r-- | tests/get_patch.ttl | 14 | ||||
-rw-r--r-- | tests/get_port.ttl | 4 | ||||
-rw-r--r-- | tests/load_graph.ttl | 2 | ||||
-rw-r--r-- | tests/move_node.ttl | 6 | ||||
-rw-r--r-- | tests/move_port.ttl | 6 | ||||
-rw-r--r-- | tests/move_root_port.ttl | 8 | ||||
-rw-r--r-- | tests/poly.ttl | 6 | ||||
-rw-r--r-- | tests/put_audio_in.ttl | 2 | ||||
-rw-r--r-- | tests/save_graph.ttl | 2 | ||||
-rw-r--r-- | tests/set_graph_poly.ttl | 4 | ||||
-rw-r--r-- | tests/set_patch_port_value.ttl | 4 |
24 files changed, 113 insertions, 113 deletions
diff --git a/tests/connect_disconnect_node_node.ttl b/tests/connect_disconnect_node_node.ttl index d5a8084d..935de482 100644 --- a/tests/connect_disconnect_node_node.ttl +++ b/tests/connect_disconnect_node_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node1> ; + patch:subject <ingen:/main/node1> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,7 +12,7 @@ <msg1> a patch:Put ; - patch:subject <ingen:/graph/node2> ; + patch:subject <ingen:/main/node2> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -20,17 +20,17 @@ <msg2> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/node1/left_out> ; - ingen:head <ingen:/graph/node2/left_in> + ingen:tail <ingen:/main/node1/left_out> ; + ingen:head <ingen:/main/node2/left_in> ] . <msg3> a patch:Delete ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/node1/left_out> ; - ingen:head <ingen:/graph/node2/left_in> + ingen:tail <ingen:/main/node1/left_out> ; + ingen:head <ingen:/main/node2/left_in> ] . diff --git a/tests/connect_disconnect_node_patch.ttl b/tests/connect_disconnect_node_patch.ttl index c87dca2f..77ada2ad 100644 --- a/tests/connect_disconnect_node_patch.ttl +++ b/tests/connect_disconnect_node_patch.ttl @@ -5,7 +5,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/amp> ; + patch:subject <ingen:/main/amp> ; patch:body [ a ingen:Block ; lv2:prototype <http://lv2plug.in/plugins/eg-amp> @@ -13,7 +13,7 @@ <msg1> a patch:Put ; - patch:subject <ingen:/graph/sampler> ; + patch:subject <ingen:/main/sampler> ; patch:body [ a ingen:Block ; lv2:prototype <http://lv2plug.in/plugins/eg-sampler> @@ -21,7 +21,7 @@ <msg2> a patch:Put ; - patch:subject <ingen:/graph/out> ; + patch:subject <ingen:/main/out> ; patch:body [ a lv2:OutputPort , lv2:AudioPort @@ -29,7 +29,7 @@ <msg3> a patch:Put ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -37,7 +37,7 @@ <msg4> a patch:Put ; - patch:subject <ingen:/graph/control> ; + patch:subject <ingen:/main/control> ; patch:body [ a lv2:InputPort , atom:AtomPort ; @@ -46,7 +46,7 @@ <msg5> a patch:Put ; - patch:subject <ingen:/graph/gain> ; + patch:subject <ingen:/main/gain> ; patch:body [ a lv2:InputPort , lv2:ControlPort @@ -54,52 +54,52 @@ <msg6> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/amp/out> ; - ingen:head <ingen:/graph/out> + ingen:tail <ingen:/main/amp/out> ; + ingen:head <ingen:/main/out> ] . <msg7> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/in> ; - ingen:head <ingen:/graph/amp/in> + ingen:tail <ingen:/main/in> ; + ingen:head <ingen:/main/amp/in> ] . <msg8> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/gain> ; - ingen:head <ingen:/graph/amp/gain> + ingen:tail <ingen:/main/gain> ; + ingen:head <ingen:/main/amp/gain> ] . <msg9> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/control> ; - ingen:head <ingen:/graph/sampler/control> + ingen:tail <ingen:/main/control> ; + ingen:head <ingen:/main/sampler/control> ] . <msg10> a patch:Delete ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/amp/out> ; - ingen:head <ingen:/graph/out> + ingen:tail <ingen:/main/amp/out> ; + ingen:head <ingen:/main/out> ] . <msg11> a patch:Delete ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/in> ; - ingen:head <ingen:/graph/amp/in> + ingen:tail <ingen:/main/in> ; + ingen:head <ingen:/main/amp/in> ] . diff --git a/tests/connect_disconnect_patch_patch.ttl b/tests/connect_disconnect_patch_patch.ttl index 7d46a5f2..b35a4b55 100644 --- a/tests/connect_disconnect_patch_patch.ttl +++ b/tests/connect_disconnect_patch_patch.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,7 +12,7 @@ <msg1> a patch:Put ; - patch:subject <ingen:/graph/out> ; + patch:subject <ingen:/main/out> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -20,17 +20,17 @@ <msg2> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/in> ; - ingen:head <ingen:/graph/out> + ingen:tail <ingen:/main/in> ; + ingen:head <ingen:/main/out> ] . <msg3> a patch:Delete ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/in> ; - ingen:head <ingen:/graph/out> + ingen:tail <ingen:/main/in> ; + ingen:head <ingen:/main/out> ] . diff --git a/tests/copy_node.ttl b/tests/copy_node.ttl index 7204f44b..129ba758 100644 --- a/tests/copy_node.ttl +++ b/tests/copy_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,5 +12,5 @@ <msg1> a patch:Copy ; - patch:subject <ingen:/graph/node> ; - patch:destination <ingen:/graph/copy> . + patch:subject <ingen:/main/node> ; + patch:destination <ingen:/main/copy> . diff --git a/tests/create_delete_node.ttl b/tests/create_delete_node.ttl index ec14ec13..0fff4d24 100644 --- a/tests/create_delete_node.ttl +++ b/tests/create_delete_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,4 +12,4 @@ <msg1> a patch:Delete ; - patch:subject <ingen:/graph/node> . + patch:subject <ingen:/main/node> . diff --git a/tests/create_delete_patch.ttl b/tests/create_delete_patch.ttl index 5ee49d26..2fa72c42 100644 --- a/tests/create_delete_patch.ttl +++ b/tests/create_delete_patch.ttl @@ -4,11 +4,11 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/sub> ; + patch:subject <ingen:/main/sub> ; patch:body [ a ingen:Graph ; ] . <msg1> a patch:Delete ; - patch:subject <ingen:/graph/sub> . + patch:subject <ingen:/main/sub> . diff --git a/tests/create_delete_poly_patch.ttl b/tests/create_delete_poly_patch.ttl index 692facf6..ea0228d4 100644 --- a/tests/create_delete_poly_patch.ttl +++ b/tests/create_delete_poly_patch.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/sub> ; + patch:subject <ingen:/main/sub> ; patch:body [ a ingen:Graph ; ingen:polyphony 8 ; @@ -12,4 +12,4 @@ <msg1> a patch:Delete ; - patch:subject <ingen:/graph/sub> . + patch:subject <ingen:/main/sub> . diff --git a/tests/create_delete_port.ttl b/tests/create_delete_port.ttl index 5025497f..ba26560d 100644 --- a/tests/create_delete_port.ttl +++ b/tests/create_delete_port.ttl @@ -5,7 +5,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/audio_in> ; + patch:subject <ingen:/main/audio_in> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -13,7 +13,7 @@ <msg1> a patch:Put ; - patch:subject <ingen:/graph/float_in> ; + patch:subject <ingen:/main/float_in> ; patch:body [ a lv2:InputPort , lv2:ControlPort @@ -21,7 +21,7 @@ <msg2> a patch:Put ; - patch:subject <ingen:/graph/cv_in> ; + patch:subject <ingen:/main/cv_in> ; patch:body [ a lv2:InputPort , lv2:CVPort @@ -29,7 +29,7 @@ <msg3> a patch:Put ; - patch:subject <ingen:/graph/atom_in> ; + patch:subject <ingen:/main/atom_in> ; patch:body [ a lv2:InputPort , atom:AtomPort ; @@ -38,16 +38,16 @@ <msg4> a patch:Delete ; - patch:subject <ingen:/graph/audio_in> . + patch:subject <ingen:/main/audio_in> . <msg5> a patch:Delete ; - patch:subject <ingen:/graph/float_in> . + patch:subject <ingen:/main/float_in> . <msg6> a patch:Delete ; - patch:subject <ingen:/graph/cv_in> . + patch:subject <ingen:/main/cv_in> . <msg7> a patch:Delete ; - patch:subject <ingen:/graph/atom_in> . + patch:subject <ingen:/main/atom_in> . diff --git a/tests/disconnect_all_node.ttl b/tests/disconnect_all_node.ttl index ecf8ce66..2b65f758 100644 --- a/tests/disconnect_all_node.ttl +++ b/tests/disconnect_all_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node1> ; + patch:subject <ingen:/main/node1> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,7 +12,7 @@ <msg1> a patch:Put ; - patch:subject <ingen:/graph/node2> ; + patch:subject <ingen:/main/node2> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -20,26 +20,26 @@ <msg2> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/node1/left_out> ; - ingen:head <ingen:/graph/node2/left_in> + ingen:tail <ingen:/main/node1/left_out> ; + ingen:head <ingen:/main/node2/left_in> ] . <msg3> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/node1/right_out> ; - ingen:head <ingen:/graph/node2/right_in> + ingen:tail <ingen:/main/node1/right_out> ; + ingen:head <ingen:/main/node2/right_in> ] . <msg4> a patch:Delete ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:incidentTo <ingen:/graph/node1> + ingen:incidentTo <ingen:/main/node1> ] . diff --git a/tests/empty.ingen/main.ttl b/tests/empty.ingen/main.ttl index 2a6fdbe0..7613d0ee 100644 --- a/tests/empty.ingen/main.ttl +++ b/tests/empty.ingen/main.ttl @@ -9,7 +9,7 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . -<control_in> +<control> ingen:canvasX 32.0 ; ingen:canvasY 32.0 ; ingen:polyphonic false ; @@ -19,11 +19,22 @@ lv2:index 0 ; lv2:name "Control" ; lv2:portProperty lv2:connectionOptional ; - lv2:symbol "control_in" ; + lv2:symbol "control" ; a atom:AtomPort , lv2:InputPort . -<control_out> +<> + ingen:polyphony 1 ; + <http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ; + lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ; + lv2:port <control> , + <notify> ; + lv2:symbol "empty" ; + doap:name "empty" ; + a ingen:Graph , + lv2:Plugin . + +<notify> ingen:canvasX 128.0 ; ingen:canvasY 32.0 ; ingen:polyphonic false ; @@ -33,17 +44,6 @@ lv2:index 1 ; lv2:name "Control" ; lv2:portProperty lv2:connectionOptional ; - lv2:symbol "control_out" ; + lv2:symbol "notify" ; a atom:AtomPort , lv2:OutputPort . - -<> - ingen:polyphony 1 ; - <http://lv2plug.in/ns/extensions/ui#ui> ingen:GraphUIGtk2 ; - lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ; - lv2:port <control_in> , - <control_out> ; - lv2:symbol "empty" ; - doap:name "empty" ; - a ingen:Graph , - lv2:Plugin . diff --git a/tests/empty.ingen/manifest.ttl b/tests/empty.ingen/manifest.ttl index c02191ef..71f194a0 100644 --- a/tests/empty.ingen/manifest.ttl +++ b/tests/empty.ingen/manifest.ttl @@ -9,8 +9,8 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . -<graph.ttl> +<main.ttl> lv2:prototype ingen:GraphPrototype ; a ingen:Graph , lv2:Plugin ; - rdfs:seeAlso <graph.ttl> . + rdfs:seeAlso <main.ttl> . diff --git a/tests/enable_graph.ttl b/tests/enable_graph.ttl index 481cc93a..f3fa786c 100644 --- a/tests/enable_graph.ttl +++ b/tests/enable_graph.ttl @@ -4,12 +4,12 @@ <msg0> a patch:Set ; - patch:subject <ingen:/graph> ; + patch:subject <ingen:/main> ; patch:property ingen:enabled ; patch:value true . <msg1> a patch:Set ; - patch:subject <ingen:/graph> ; + patch:subject <ingen:/main> ; patch:property ingen:enabled ; patch:value false . diff --git a/tests/get_node.ttl b/tests/get_node.ttl index 23b35e9a..12977092 100644 --- a/tests/get_node.ttl +++ b/tests/get_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,4 +12,4 @@ <msg1> a patch:Get ; - patch:subject <ingen:/graph/node> . + patch:subject <ingen:/main/node> . diff --git a/tests/get_patch.ttl b/tests/get_patch.ttl index 56389803..9ea9e036 100644 --- a/tests/get_patch.ttl +++ b/tests/get_patch.ttl @@ -4,14 +4,14 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/sub> ; + patch:subject <ingen:/main/sub> ; patch:body [ a ingen:Graph ] . <msg1> a patch:Put ; - patch:subject <ingen:/graph/sub/node1> ; + patch:subject <ingen:/main/sub/node1> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -19,7 +19,7 @@ <msg2> a patch:Put ; - patch:subject <ingen:/graph/sub/node2> ; + patch:subject <ingen:/main/sub/node2> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Combo> @@ -27,13 +27,13 @@ <msg3> a patch:Put ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:body [ a ingen:Arc ; - ingen:tail <ingen:/graph/sub/node1/left_out> ; - ingen:head <ingen:/graph/sub/node2/left_in> + ingen:tail <ingen:/main/sub/node1/left_out> ; + ingen:head <ingen:/main/sub/node2/left_in> ] . <msg4> a patch:Get ; - patch:subject <ingen:/graph/> . + patch:subject <ingen:/main/> . diff --git a/tests/get_port.ttl b/tests/get_port.ttl index b2b0a319..4f26e499 100644 --- a/tests/get_port.ttl +++ b/tests/get_port.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,4 +12,4 @@ <msg1> a patch:Get ; - patch:subject <ingen:/graph/in> . + patch:subject <ingen:/main/in> . diff --git a/tests/load_graph.ttl b/tests/load_graph.ttl index 4d21cae8..f1cd9dda 100644 --- a/tests/load_graph.ttl +++ b/tests/load_graph.ttl @@ -5,4 +5,4 @@ <msg0> a patch:Copy ; patch:subject <empty.ingen/> ; - patch:destination <ingen:/graph/> . + patch:destination <ingen:/main/> . diff --git a/tests/move_node.ttl b/tests/move_node.ttl index 337eac33..22f6cfb8 100644 --- a/tests/move_node.ttl +++ b/tests/move_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,5 +12,5 @@ <msg1> a patch:Move ; - patch:subject <ingen:/graph/node> ; - patch:destination <ingen:/graph/tone> . + patch:subject <ingen:/main/node> ; + patch:destination <ingen:/main/tone> . diff --git a/tests/move_port.ttl b/tests/move_port.ttl index cb458c77..4b035037 100644 --- a/tests/move_port.ttl +++ b/tests/move_port.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,5 +12,5 @@ <msg1> a patch:Move ; - patch:subject <ingen:/graph/in> ; - patch:destination <ingen:/graph/input> . + patch:subject <ingen:/main/in> ; + patch:destination <ingen:/main/input> . diff --git a/tests/move_root_port.ttl b/tests/move_root_port.ttl index b9c1b6f9..2c925767 100644 --- a/tests/move_root_port.ttl +++ b/tests/move_root_port.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,9 +12,9 @@ <msg1> a patch:Move ; - patch:subject <ingen:/graph/in> ; - patch:destination <ingen:/graph/input> . + patch:subject <ingen:/main/in> ; + patch:destination <ingen:/main/input> . <msg2> a patch:Delete ; - patch:subject <ingen:/graph/input> . + patch:subject <ingen:/main/input> . diff --git a/tests/poly.ttl b/tests/poly.ttl index 5a70f349..1c73ad0d 100644 --- a/tests/poly.ttl +++ b/tests/poly.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,12 +12,12 @@ <msg1> a patch:Set ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:property ingen:polyphony ; patch:value 4 . <msg2> a patch:Set ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:property ingen:polyphonic ; patch:value true .
\ No newline at end of file diff --git a/tests/put_audio_in.ttl b/tests/put_audio_in.ttl index f021ee2b..97468cff 100644 --- a/tests/put_audio_in.ttl +++ b/tests/put_audio_in.ttl @@ -3,7 +3,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:body [ a lv2:InputPort , lv2:AudioPort diff --git a/tests/save_graph.ttl b/tests/save_graph.ttl index 840c4950..5f472d80 100644 --- a/tests/save_graph.ttl +++ b/tests/save_graph.ttl @@ -4,5 +4,5 @@ <msg0> a patch:Copy ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:destination <file:///tmp/savetest.ingen/> . diff --git a/tests/set_graph_poly.ttl b/tests/set_graph_poly.ttl index 7c730639..821d9cb1 100644 --- a/tests/set_graph_poly.ttl +++ b/tests/set_graph_poly.ttl @@ -4,12 +4,12 @@ <msg0> a patch:Set ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:property ingen:polyphony ; patch:value 4 . <msg1> a patch:Set ; - patch:subject <ingen:/graph/> ; + patch:subject <ingen:/main/> ; patch:property ingen:polyphony ; patch:value 1 . diff --git a/tests/set_patch_port_value.ttl b/tests/set_patch_port_value.ttl index a9621d83..07b467b4 100644 --- a/tests/set_patch_port_value.ttl +++ b/tests/set_patch_port_value.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:body [ a lv2:InputPort , lv2:ControlPort @@ -12,6 +12,6 @@ <msg1> a patch:Set ; - patch:subject <ingen:/graph/in> ; + patch:subject <ingen:/main/in> ; patch:property ingen:value ; patch:value 0.5 .
\ No newline at end of file |