Sound2Light auf RGB(W)-LED-Leisten
Go to file
Thomas Kolb d4a2e7ef4c 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
.gitignore Initial commit von Musiclight 2 2012-07-13 21:18:35 +02:00
Makefile Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
config.h Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
config.lua Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
fft.c Initial commit von Musiclight 2 2012-07-13 21:18:35 +02:00
fft.h Initial commit von Musiclight 2 2012-07-13 21:18:35 +02:00
lua_utils.c Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
lua_utils.h Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
lua_wrappers.c Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
lua_wrappers.h Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
main.c Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
pulsetunnel.lua Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
run_alsa.sh Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
run_mpd.sh Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
run_pa.sh Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
run_remote.sh Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
utils.c Initial commit von Musiclight 2 2012-07-13 21:18:35 +02:00
utils.h Initial commit von Musiclight 2 2012-07-13 21:18:35 +02:00
vumeter.lua Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
ws2801.c Added lua scripting capabilities 2012-07-28 01:30:20 +02:00
ws2801.h Added lua scripting capabilities 2012-07-28 01:30:20 +02:00