Mercurial > code > home > repos > light9
changeset 1432:185f3e2208c3
show and config updates
Ignore-this: ed3bcb2f19250dd65d39c11131f36e93
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 17:16:11 +0000 |
parents | f85cc11b3e8c |
children | e3de5d1208ca |
files | .boring bin/collector bin/make_spectrograms makefile |
diffstat | 4 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.boring Sat Jun 11 17:15:30 2016 +0000 +++ b/.boring Sat Jun 11 17:16:11 2016 +0000 @@ -145,6 +145,8 @@ ^show/dance2013/build ^show/dance2014/build/? ^show/dance2014/music +^show/.*/spectrogram +^show/.*/doc ^stagesim/three.js-master ^tkdnd ^node_modules
--- a/bin/collector Sat Jun 11 17:15:30 2016 +0000 +++ b/bin/collector Sat Jun 11 17:16:11 2016 +0000 @@ -62,7 +62,7 @@ # 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)
--- a/bin/make_spectrograms Sat Jun 11 17:15:30 2016 +0000 +++ b/bin/make_spectrograms Sat Jun 11 17:16:11 2016 +0000 @@ -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 }
--- a/makefile Sat Jun 11 17:15:30 2016 +0000 +++ b/makefile Sat Jun 11 17:16:11 2016 +0000 @@ -69,7 +69,7 @@ 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