aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-07 03:22:42 +0000
committerDavid Robillard <d@drobilla.net>2007-02-07 03:22:42 +0000
commit860fe303775de8a076ae031190a46ffdd8b2bf72 (patch)
tree20c565f6636f056a4c54231dc8be67de09d5540b /data
parent4c8aad127d9504c7d355975180f877f5baa9f744 (diff)
downloadmachina-860fe303775de8a076ae031190a46ffdd8b2bf72.tar.gz
machina-860fe303775de8a076ae031190a46ffdd8b2bf72.tar.bz2
machina-860fe303775de8a076ae031190a46ffdd8b2bf72.zip
Mad sed-fu for consistent private member naming.
git-svn-id: http://svn.drobilla.net/lad/machina@286 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'data')
-rw-r--r--data/test.ttl10
1 files changed, 9 insertions, 1 deletions
diff --git a/data/test.ttl b/data/test.ttl
index e5431fc..35e30e6 100644
--- a/data/test.ttl
+++ b/data/test.ttl
@@ -5,10 +5,14 @@
:initialNode <#n1> ;
:node <#n2> ;
+ :node <#n3> ;
:edge [
:tail <#n1> ;
:head <#n2> ;
+ ] , [
+ :tail <#n1> ;
+ :head <#n3> ;
] .
@@ -20,5 +24,9 @@
<#n2>
a :Node ;
:midiNote 72 ;
- :duration 20000 .
+ :duration 10000 .
+<#n3>
+ a :Node ;
+ :midiNote 79 ;
+ :duration 10000 .