Files
@ 092967f313e1
Branch filter:
Location: light9/show/dance2018/song12.n3 - annotation
092967f313e1
2.6 KiB
text/plain
attempt to make things more typesafe and readable (untested)
392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 392f4bfb4a19 | @prefix : <http://light9.bigasterisk.com/> .
@prefix dev: <http://light9.bigasterisk.com/device/> .
@prefix effect: <http://light9.bigasterisk.com/effect/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix show: <http://light9.bigasterisk.com/show/dance2018/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
show:song12 :note <http://light9.bigasterisk.com/show/dance2018/song12/n0>, <http://light9.bigasterisk.com/show/dance2018/song12/n1> .
<http://light9.bigasterisk.com/show/dance2018/song12/n0> a :Note; :curve <http://light9.bigasterisk.com/show/dance2018/song12/n0c0>;
:effectClass effect:allcolor; :originTime 6.1642e+01; :setting <http://light9.bigasterisk.com/show/dance2018/song12/n0set0> .
<http://light9.bigasterisk.com/show/dance2018/song12/n0c0> a :Curve;
:attr :strength; :point <http://light9.bigasterisk.com/show/dance2018/song12/n0c0p0>, <http://light9.bigasterisk.com/show/dance2018/song12/n0c0p1>, <http://light9.bigasterisk.com/show/dance2018/song12/n0c0p2>, <http://light9.bigasterisk.com/show/dance2018/song12/n0c0p3> .
<http://light9.bigasterisk.com/show/dance2018/song12/n0c0p0> :time -5.7831e+01;
:value 0e+00 .
<http://light9.bigasterisk.com/show/dance2018/song12/n0c0p1> :time -5.7234e+01;
:value 1e+00 .
<http://light9.bigasterisk.com/show/dance2018/song12/n0c0p2> :time 4.8089e+01;
:value 1e+00 .
<http://light9.bigasterisk.com/show/dance2018/song12/n0c0p3> :time 4.926e+01;
:value 0e+00 .
<http://light9.bigasterisk.com/show/dance2018/song12/n0set0> :effectAttr :colorScale;
:value "#e1dcff" .
<http://light9.bigasterisk.com/show/dance2018/song12/n1> a :Note; :curve <http://light9.bigasterisk.com/show/dance2018/song12/n1c0>;
:effectClass effect:bow; :originTime 7.8404e+01 .
<http://light9.bigasterisk.com/show/dance2018/song12/n1c0> a :Curve;
:attr :strength; :point <http://light9.bigasterisk.com/show/dance2018/song12/n1c0p0>, <http://light9.bigasterisk.com/show/dance2018/song12/n1c0p1>, <http://light9.bigasterisk.com/show/dance2018/song12/n1c0p2>, <http://light9.bigasterisk.com/show/dance2018/song12/n1c0p3> .
<http://light9.bigasterisk.com/show/dance2018/song12/n1c0p0> :time 2.5067e+01;
:value 0e+00 .
<http://light9.bigasterisk.com/show/dance2018/song12/n1c0p1> :time 2.5105e+01;
:value 1e+00 .
<http://light9.bigasterisk.com/show/dance2018/song12/n1c0p2> :time 3.1351e+01;
:value 1e+00 .
<http://light9.bigasterisk.com/show/dance2018/song12/n1c0p3> :time 3.2406e+01;
:value 0e+00 .
|