This website requires JavaScript.
Explore
Help
Sign In
Musiclight
/
musiclight2
Watch
1
Star
0
Fork
You've already forked musiclight2
0
Code
Issues
Pull requests
Releases
Wiki
Activity
6a127ea497
musiclight2
/
run_mpd.sh
5 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit von Musiclight 2
2012-07-13 21:18:35 +02:00
#!/bin/sh
#dd if=/tmp/mpd.fifo bs=1024 | ./musiclight2
Added lua scripting capabilities - 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
2012-07-28 01:30:20 +02:00
./musiclight2
$*
< /tmp/mpd.fifo
Reference in a new issue
Copy permalink