You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple boilerplate project illustrating the integration of the LuaVM into
a JUCE-based plugin, such that Plugin parameters can be processed with a
Lua script during the processBlock/paramChanged plugin calls.
About
A simple example of integrating Lua in a JUCE plugin such that Lua code can be run on paramChange and processBlock updates.