changeset 1368:e32eee849766

data checkpoint Ignore-this: 1fb55cb50afe96be520385d806d06cbe
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 06 Jun 2016 08:09:46 +0000
parents a287ed391ed5
children 6b5e079b3dbe
files show/dance2016/song1.n3 show/dance2016/timelinedemo.n3
diffstat 2 files changed, 53 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2016/song1.n3	Mon Jun 06 07:46:58 2016 +0000
+++ b/show/dance2016/song1.n3	Mon Jun 06 08:09:46 2016 +0000
@@ -1,31 +1,65 @@
-@prefix ns1: <http://light9.bigasterisk.com/> .
+@prefix : <http://light9.bigasterisk.com/> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix song: <http://light9.bigasterisk.com/show/dance2016/song1/> .
 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 
-<http://light9.bigasterisk.com/show/dance2016/song1> ns1:note <http://light9.bigasterisk.com/show/dance2016/song1/n1> .
+:a01 :effectAttr :chaseOffset ;
+    :value 0.12 .
 
-<http://light9.bigasterisk.com/show/dance2016/song1/n1> a ns1:Note ;
-    ns1:curve <http://light9.bigasterisk.com/show/dance2016/song1/n1c1> ;
-    ns1:originTime 29.932 .
+<http://light9.bigasterisk.com/show/dance2016/song1> :note song:n1,
+        song:n2 .
+
+:ao0 :effectAttr :chaseTempo ;
+    :value 100 .
 
-<http://light9.bigasterisk.com/show/dance2016/song1/n1c1> a ns1:Curve ;
-    ns1:attr ns1:strength ;
-    ns1:point <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p0>,
-        <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p1>,
-        <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p2>,
-        <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p3> .
+song:n1 a :Note ;
+    :attrOverride :ao0,
+        :ao1 ;
+    :curve song:n1c1 ;
+    :effectClass :usa ;
+    :originTime 25.656 .
+
+song:n1c1 a :Curve ;
+    :attr :strength ;
+    :point song:n1c1p0,
+        song:n1c1p1,
+        song:n1c1p2,
+        song:n1c1p3 .
+
+song:n1c1p0 :time 0.00 ;
+    :value 0 .
+
+song:n1c1p1 :time 12.08 ;
+    :value 1 .
 
-<http://light9.bigasterisk.com/show/dance2016/song1/n1c1p0> ns1:time 0.00 ;
-    ns1:value 0 .
+song:n1c1p2 :time 15.10 ;
+    :value 1 .
 
-<http://light9.bigasterisk.com/show/dance2016/song1/n1c1p1> ns1:time 12.08 ;
-    ns1:value 1 .
+song:n1c1p3 :time 23.65 ;
+    :value 0 .
+
+song:n2 a :Note ;
+    :curve song:n2c1 ;
+    :originTime 65.792 .
 
-<http://light9.bigasterisk.com/show/dance2016/song1/n1c1p2> ns1:time 15.10 ;
-    ns1:value 1 .
+song:n2c1 a :Curve ;
+    :attr :strength ;
+    :point song:n2c1p0,
+        song:n2c1p1,
+        song:n2c1p2,
+        song:n2c1p3 .
+
+song:n2c1p0 :time 0.00 ;
+    :value 0 .
 
-<http://light9.bigasterisk.com/show/dance2016/song1/n1c1p3> ns1:time 23.65 ;
-    ns1:value 0 .
+song:n2c1p1 :time 12.08 ;
+    :value 1 .
 
+song:n2c1p2 :time 15.10 ;
+    :value 1 .
+
+song:n2c1p3 :time 23.65 ;
+    :value 0 .
+
--- a/show/dance2016/timelinedemo.n3	Mon Jun 06 07:46:58 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-@prefix : <http://light9.bigasterisk.com/> .
-@prefix effect: <http://light9.bigasterisk.com/effect/> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dev: <http://light9.bigasterisk.com/device/> .
-
-:song1 a :Timeline;
-  :note :n1 .
-:n1
-  :fadeIn 1.3;
-  :start 1.5;
-  :endSustain 2.0;
-  :endRelease 2.4;
-  :effectClass :usa;
-  :attrOverride :ao0, :ao1 .
-:ao0 :effectAttr :chaseTempo; :value 100 .
-:a01 :effectAttr :chaseOffset; :value 0.12 .
-  
-