Files @ 16aa26b7d685
Branch filter:

Location: light9/show/dance2016/timelinedemo.n3

Drew Perttula
timeline audio loads the current song img
Ignore-this: 8c9afdda65323ecd0b48553dc13b1db5
@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 .