- 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
3 lines
45 B
Bash
Executable file
3 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
|
|
nc -l -p 12345 | ./musiclight2 $*
|