Files @ d4de13e83b7f
Branch filter:

Location: light9/bin/make_spectrograms

Drew Perttula
graph.js don't error if a statement is in multiple graphs
Ignore-this: 6ba903b20b1177dea8e0c96d0ab67d6
1
2
3
4
5
#!/bin/zsh

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
}