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
3fda457f09
musiclight2
/
run_remote.sh
4 lines
45 B
Bash
Raw
Normal View
History
Unescape
Escape
Added run script for data coming in over a TCP connection
2012-07-24 19:49:44 +02:00
#!/bin/sh
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
nc -l -p
12345
|
./musiclight2
$*
Reference in a new issue
Copy permalink