This combines LUA scripting support with the highly optimized FFT algorithm. Conflicts: Makefile main.c
On x86, this makes the program approx. 5 times faster.
Currently, value_type is typedef'd as double.
- 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