Code: Select all
function rule()
print( 'calling rule()' )
end
function arc.module.receive(inlet, object)
fstr = arc.module.inlets[inlet]:getName()
_G[fstr]()
endCode: Select all
function rule()
print( 'calling rule()' )
end
function arc.module.receive(inlet, object)
fstr = arc.module.inlets[inlet]:getName()
_G[fstr]()
endYes, of course. I'll look into what that would involve after the next release.cturner wrote: Tue May 05, 2020 1:46 pm Colin- Could you note a request for the Lua API to be made available on GitHub or something? I do a fair amount of my Lua programming outside Architect, and it would be good to have a library I can require there. I realize lots of it is unusable outside Architect, but I'm thinking of the data structures, arc.array in particular. Thanks!
Sorry to hear you're having problems. Would it be possible for you to send me the failing part in question from your patch? It'll be easier for me to demonstrate the correct approach if I can make changes to your preset itself. Either PM me, or attach it to a forum post, or you can email me at support (at) loomer.co.uk .roelkers wrote: Sun May 10, 2020 12:08 pm Hey,
I've been playing around a bit with architect lately, and i'm running into some problems, probably because of my lack of experience with the graph based model.
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026