summaryrefslogtreecommitdiffstats
path: root/tests/connect_disconnect_node_patch.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-05-25 09:12:44 +0000
committerDavid Robillard <d@drobilla.net>2015-05-25 09:12:44 +0000
commitccb7d738d37fb21245a563cd41727f2609f0bc07 (patch)
treef13f750311b3b768b87b6dd64b47cd82584a6262 /tests/connect_disconnect_node_patch.ttl
parent4f00b8a2ae7148b3a13fd6af0e79eb9b6abf5634 (diff)
downloadingen-ccb7d738d37fb21245a563cd41727f2609f0bc07.tar.gz
ingen-ccb7d738d37fb21245a563cd41727f2609f0bc07.tar.bz2
ingen-ccb7d738d37fb21245a563cd41727f2609f0bc07.zip
Use ingen:/ as base URI on the wire.
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/connect_disconnect_node_patch.ttl')
-rw-r--r--tests/connect_disconnect_node_patch.ttl44
1 files changed, 22 insertions, 22 deletions
diff --git a/tests/connect_disconnect_node_patch.ttl b/tests/connect_disconnect_node_patch.ttl
index 0c740fe8..c87dca2f 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:/root/amp> ;
+ patch:subject <ingen:/graph/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:/root/sampler> ;
+ patch:subject <ingen:/graph/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:/root/out> ;
+ patch:subject <ingen:/graph/out> ;
patch:body [
a lv2:OutputPort ,
lv2:AudioPort
@@ -29,7 +29,7 @@
<msg3>
a patch:Put ;
- patch:subject <ingen:/root/in> ;
+ patch:subject <ingen:/graph/in> ;
patch:body [
a lv2:InputPort ,
lv2:AudioPort
@@ -37,7 +37,7 @@
<msg4>
a patch:Put ;
- patch:subject <ingen:/root/control> ;
+ patch:subject <ingen:/graph/control> ;
patch:body [
a lv2:InputPort ,
atom:AtomPort ;
@@ -46,7 +46,7 @@
<msg5>
a patch:Put ;
- patch:subject <ingen:/root/gain> ;
+ patch:subject <ingen:/graph/gain> ;
patch:body [
a lv2:InputPort ,
lv2:ControlPort
@@ -54,52 +54,52 @@
<msg6>
a patch:Put ;
- patch:subject <ingen:/root/> ;
+ patch:subject <ingen:/graph/> ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/amp/out> ;
- ingen:head <ingen:/root/out>
+ ingen:tail <ingen:/graph/amp/out> ;
+ ingen:head <ingen:/graph/out>
] .
<msg7>
a patch:Put ;
- patch:subject <ingen:/root/> ;
+ patch:subject <ingen:/graph/> ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/in> ;
- ingen:head <ingen:/root/amp/in>
+ ingen:tail <ingen:/graph/in> ;
+ ingen:head <ingen:/graph/amp/in>
] .
<msg8>
a patch:Put ;
- patch:subject <ingen:/root/> ;
+ patch:subject <ingen:/graph/> ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/gain> ;
- ingen:head <ingen:/root/amp/gain>
+ ingen:tail <ingen:/graph/gain> ;
+ ingen:head <ingen:/graph/amp/gain>
] .
<msg9>
a patch:Put ;
- patch:subject <ingen:/root/> ;
+ patch:subject <ingen:/graph/> ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/control> ;
- ingen:head <ingen:/root/sampler/control>
+ ingen:tail <ingen:/graph/control> ;
+ ingen:head <ingen:/graph/sampler/control>
] .
<msg10>
a patch:Delete ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/amp/out> ;
- ingen:head <ingen:/root/out>
+ ingen:tail <ingen:/graph/amp/out> ;
+ ingen:head <ingen:/graph/out>
] .
<msg11>
a patch:Delete ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/in> ;
- ingen:head <ingen:/root/amp/in>
+ ingen:tail <ingen:/graph/in> ;
+ ingen:head <ingen:/graph/amp/in>
] .