I want to render the value of mix:delta in my GUI for an app I am working on. Is it easy to do this? I can’t find any examples, and I’m unclear how these kind of global params can be rendered in the running lua app without jumping off to the global menu. Is this possible?
function enc(n, delta)
if n == 1 then
mix:delta("output", delta)
--how can i return this value to the gui?
