/LuaParamaBangPlugin

A simple example of integrating Lua in a JUCE plugin such that Lua code can be run on paramChange and processBlock updates.

Primary LanguageC++MIT LicenseMIT

LuaParamaBangPlugin

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.