Files @ 168262618f2d
Branch filter:

Location: light9/show/dance2016/timelinedemo.n3

Drew Perttula
new test_js target for testing SyncedGraph
Ignore-this: fda788c5e8f5cf1190eb383e1cf2b1ad
@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 .