Mercurial > code > home > repos > light9
changeset 1132:02bd7c118cd8
sample effectclass
Ignore-this: f804cca7f29c7a218c2690047b8387b
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 14 Jun 2014 05:31:11 +0000 |
parents | 32cae9be6c15 |
children | 0923efae4588 |
files | show/dance2014/effectClass.n3 |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/effectClass.n3 Sat Jun 14 05:31:11 2014 +0000 @@ -0,0 +1,11 @@ +@prefix : <http://light9.bigasterisk.com/> . +@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 xml: <http://www.w3.org/XML/1998/namespace> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +effect:cycFlash a :EffectClass; + rdfs:label "cycFlash"; + :code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t*2)" . + \ No newline at end of file