Changeset - 185f3e2208c3
[Not reviewed]
default
0 4 0
drewp@bigasterisk.com - 9 years ago 2016-06-11 17:16:11
drewp@bigasterisk.com
show and config updates
Ignore-this: ed3bcb2f19250dd65d39c11131f36e93
4 files changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.boring
Show inline comments
 
@@ -145,6 +145,8 @@
 
^show/dance2013/build
 
^show/dance2014/build/?
 
^show/dance2014/music
 
^show/.*/spectrogram
 
^show/.*/doc
 
^stagesim/three.js-master
 
^tkdnd
 
^node_modules
bin/collector
Show inline comments
 
@@ -62,7 +62,7 @@ def launch(graph):
 

	
 
    # todo: drive outputs with config files
 
    outputs = [
 
        EnttecDmx(L9['output/dmx0/'], '/dev/dmx0'),
 
        EnttecDmx(L9['output/dmx0/'], '/dev/dmx3'),
 
        Udmx(L9['output/udmx/']),
 
    ]
 
    c = Collector(graph, outputs)
bin/make_spectrograms
Show inline comments
 
#!/bin/zsh
 

	
 
for x ($LIGHT9_SHOW/music/*) {
 
for x ($LIGHT9_SHOW/music/pad/*) {
 
  sox $x -n remix 1 rate 3k spectrogram -X 50 -y 100 -z 80 -m -r -o $LIGHT9_SHOW/spectrogram/$x:t:r.png
 
}
makefile
Show inline comments
 
@@ -69,7 +69,7 @@ tkdnd_build:
 
bin/ascoltami2: gst_packages link_to_sys_packages
 

	
 
gst_packages:
 
	sudo aptitude install python-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio 
 
	sudo aptitude install python-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python-gst0.10 python-gst-1.0
 

	
 
packages:
 
	sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas python-pygame gir1.2-goocanvas-2.0-9 libffi-dev tix libzmq3 python-dev libssl-dev python-opencv
0 comments (0 inline, 0 general)