You can run Lua thru activator with EQE.
This is how you run Lua code
eqe core "CODE GOES HERE"
Most common use case is to load a preset:
eqe core " eqe.load 'preset name goes here' "
Here's how to do it:
If you want to do more advanced stuff, check out the Lua forum.
bump