Changeset - 2e8d1240ecf0
[Not reviewed]
default
1 3 35
Drew Perttula - 18 years ago 2007-06-12 07:13:22
drewp@bigasterisk.com
add music curves
3 files changed:
0 comments (0 inline, 0 general)
show/dance2007/config.n3
Show inline comments
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix : <http://light9.bigasterisk.com/> .
 
@prefix mus: <http://light9.bigasterisk.com/music/> .
 
@prefix show: <http://light9.bigasterisk.com/show/> .
 
@prefix sh: <http://light9.bigasterisk.com/show/dance2007/> .
 

	
 
:showPath rdfs:comment "unix path relative to the LIGHT9_SHOW directory" .
 
@@ -17,28 +18,33 @@ show:dance2007 :playList (
 
  sh:song1  sh:song2  sh:song3  sh:song4  sh:song5
 
  sh:song6  sh:song7  sh:song8  sh:song9  sh:song10
 
  sh:song11 sh:song12 sh:song13 sh:song14 sh:song15
 
  sh:song16 sh:song17
 
) .
 

	
 
:Song is rdf:type of sh:song1,  sh:song2,  sh:song3,  sh:song4,  sh:song5,
 
  sh:song6,  sh:song7,  sh:song8,  sh:song9,  sh:song10,
 
  sh:song11, sh:song12, sh:song13, sh:song14, sh:song15,
 
  sh:song16, sh:song17 .
 

	
 
sh:song1  rdfs:label "1 stars and stripes";      :showPath "music/1.wav" .
 
sh:song2  rdfs:label "2 st louis blues";         :showPath "music/2.wav" .
 
sh:song3  rdfs:label "3 good morning baltimore"; :showPath "music/3.wav" .
 
sh:song4  rdfs:label "4 las vegas tap";          :showPath "music/4.wav" .
 
sh:song5  rdfs:label "5 hula";                   :showPath "music/5.wav" .
 
sh:song6  rdfs:label "6 kansas / chicago";       :showPath "music/6mixintrobeats.wav" .
 
sh:song7  rdfs:label "7 country remix";          :showPath "music/7mix.wav" .
 
sh:song8  rdfs:label "8 robert e lee";           :showPath "music/8.wav" .
 
sh:song9  rdfs:label "9 california girls";       :showPath "music/9.wav" .
 
sh:song10 rdfs:label "10 42nd st";                :showPath "music/10.wav" .
 
sh:song11 rdfs:label "11 new york";               :showPath "music/11mix.wav" .
 
sh:song12 rdfs:label "12 indiana";                :showPath "music/12.wav" .
 
sh:song13 rdfs:label "13 carolina";               :showPath "music/13.wav" .
 
sh:song14 rdfs:label "14 oklahoma";               :showPath "music/14.wav" .
 
sh:song15 rdfs:label "15 swing mix";              :showPath "music/15mix.wav" .
 
sh:song16 rdfs:label "16 urban rap";              :showPath "music/16mix.wav" .
 
sh:song5  rdfs:label "5 carolina";           :showPath "music/5-was-13.wav" .
 
sh:song6  rdfs:label "6 kansas / chicago";   :showPath "music/6mixintrobeats.wav" .
 
sh:song7  rdfs:label "7 country remix";      :showPath "music/7mix.wav" .
 
sh:song8  rdfs:label "8 robert e lee";       :showPath "music/8.wav" .
 
sh:song9  rdfs:label "9 hula";               :showPath "music/9-was-5.wav" .
 
sh:song10 rdfs:label "10 42nd st";           :showPath "music/10.wav" .
 
sh:song11 rdfs:label "11 new york";          :showPath "music/11mix.wav" .
 
sh:song12 rdfs:label "12 indiana";           :showPath "music/12.wav" .
 
sh:song13 rdfs:label "13 california girls";  :showPath "music/13-was-9.wav" .
 
sh:song14 rdfs:label "14 oklahoma";          :showPath "music/14.wav" .
 
sh:song15 rdfs:label "15 swing mix";         :showPath "music/15mix.wav" .
 
sh:song16 rdfs:label "16 urban rap";         :showPath "music/16mix.wav" .
 
sh:song17 rdfs:label "17 dancing in the streets"; :showPath "music/17.wav" .
 

	
 

	
 

	
 
@prefix ch: <http://light9.bigasterisk.com/theater/skyline/channel/> .
 
@prefix dmx: <http://light9.bigasterisk.com/dmx/> .
 
@@ -53,6 +59,7 @@ ch:work a :Channel; rdfs:label "work"; :
 
  :previewLayer [ :path "lightsim/skyline/bg.png" ] . 
 

	
 
dmx:c1 :dmxAddress 1 .
 
dmx:c2 :dmxAddress 2 .
 
dmx:c3 :dmxAddress 3 .
 

	
 

	
show/dance2007/curves/song1-c1
Show inline comments
 
-4.0 0.0
 
9.49067901983 0.0
 
22.7134236254 0.470760233918
 
69.3616746391 0.358187134503
 
104.843428723 0.937214247741
 
119.089194612 0.00657894736842
 
126.069211809 0.960526315789
 
220.493333333 0.0
show/dance2007/curves/song1-c2
Show inline comments
 
-4.0 0.0
 
22.1700231622 0.0121212121212
 
44.0871751797 0.654545454545
 
87.9214792147 0.606060606061
 
105.371522207 0.818181818182
 
220.493333333 0.0

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)