# HG changeset patch # User drewp@bigasterisk.com # Date 2016-06-11 17:16:11 # Node ID 185f3e2208c315aa8153ed849fd55b73eada9229 # Parent f85cc11b3e8cf97cdee7776ea9f85a89c44ef764 show and config updates Ignore-this: ed3bcb2f19250dd65d39c11131f36e93 diff --git a/.boring b/.boring --- a/.boring +++ b/.boring @@ -145,6 +145,8 @@ ^show/dance2013/build ^show/dance2014/build/? ^show/dance2014/music +^show/.*/spectrogram +^show/.*/doc ^stagesim/three.js-master ^tkdnd ^node_modules diff --git a/bin/collector b/bin/collector --- a/bin/collector +++ b/bin/collector @@ -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) diff --git a/bin/make_spectrograms b/bin/make_spectrograms --- a/bin/make_spectrograms +++ b/bin/make_spectrograms @@ -1,5 +1,5 @@ #!/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 } diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -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