Thomas Kolb
d4a2e7ef4c
- basic configuration is now done via a lua script - all the animation is generated by a lua script (see pulsetunnel.lua and vumeter.lua for examples) - basic calculations (FFT, RMS) are done in C and accessible on demand from the lua scripts
5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#dd if=/tmp/mpd.fifo bs=1024 | ./musiclight2
|
|
./musiclight2 $* < /tmp/mpd.fifo
|