rust_musiclight/src
Thomas Kolb 864add8403 Provide SignalProcessing methods to the Lua script
This is accomplished by providing a wrapped reference to the
SignalProcessing instance of the Rust program as a global Lua variable.
The wrapper class implements mlua::UserData, wraps the relevant
SignalProcessing methods and provides them as Lua methods.

So far, this is implemented for get_energy_in_band() only.
2021-02-21 19:49:16 +01:00
..
config.rs Lua support: add script handling class with basic I/O 2021-02-19 23:29:52 +01:00
main.rs Provide SignalProcessing methods to the Lua script 2021-02-21 19:49:16 +01:00
signal_processing.rs Support overlapping FFT blocks 2021-02-19 23:26:28 +01:00
userscript.rs Provide SignalProcessing methods to the Lua script 2021-02-21 19:49:16 +01:00