Files @ a6259ab66885
Branch filter:

Location: light9/show/dance2016/timelinedemo.n3 - annotation

Drew Perttula
another pass at adjusters making rdf patches.
Ignore-this: dcb7b1081c90bbf3dfa9ed17cd02226a
@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 .