|
|
||
|
env = {}
chunk = loadstring('sc.synthdef.lua') -- compile
setfenv(chunk,env) -- set environment
chunk() -- execute
This is exactly what I did (before using the needed require) and I get a complain
from "blabla" about variable not being definedvictor