A rewrite of the musiclight2 program in Rust.
Go to file
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
src Provide SignalProcessing methods to the Lua script 2021-02-21 19:49:16 +01:00
.gitignore Initial commit 2021-02-16 22:44:31 +01:00
Cargo.lock Initial commit 2021-02-16 22:44:31 +01:00
Cargo.toml Initial commit 2021-02-16 22:44:31 +01:00
test.lua Lua support: add script handling class with basic I/O 2021-02-19 23:29:52 +01:00