[Csnd] Lua or Python and Structures
Date | 2013-07-24 15:18 |
From | francesco |
Subject | [Csnd] Lua or Python and Structures |
Hello All, i see in the API some functions (for example csoundInitTimerStruct (RTCLOCK *)) that needs a pointer to a structure (am i right?); question: how can i, if i can, use those using Lua or Python? Or are only available from C/C++? Thanks, ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/Lua-or-Python-and-Structures-tp5725976.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-07-24 15:33 |
From | Michael Gogins |
Subject | Re: [Csnd] Lua or Python and Structures |
You can do this with LuaJIT/FFI. See the LuaJIT site for how. Regards, Mike ===========================
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Jul 24, 2013 at 10:18 AM, francesco <ilterzouomo@fastwebnet.it> wrote: Hello All, |