[Cs-dev] csound6: lua manual example not running
Date | 2013-05-19 11:19 |
From | peiman khosravi |
Subject | [Cs-dev] csound6: lua manual example not running |
Attachments | None None |
Hi all, When I try to run the lua manual example (csound_manual/lua.html) I get the following error: error: syntax error, unexpected STRING_TOKEN (token ""moogladder"") line 13: >>> lua_opdef "moogladder" <<< Unexpected untyped word lua_opdef when expecting a variable Parsing failed due to invalid input! WARNING: [mStopping on parser failure [m [mcannot compile orchestra [m [mend of score. overall amps: 0.0 overall samples out of range: 0 1 errors in performance Elapsed time at end of performance: real: 0.003s, CPU: 0.003s |
Date | 2013-05-19 11:32 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] csound6: lua manual example not running |
Attachments | None None |
The Lua opcodes do not run on OSX 64bit because the luaJIT in which they depend has serious issues in 64bit OSs. You will notice they do not run in Csound 5 too. On 19 May 2013, at 11:19, peiman khosravi wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-05-19 11:35 |
From | peiman khosravi |
Subject | Re: [Cs-dev] csound6: lua manual example not running |
Attachments | None None |
The problem is that I haven't configured this machine to run both csound 5 and 6 in parallel so I can't test anything on csound5. That's a shame, is it likely to be working in the future?
Thanks Peiman www.peimankhosravi.co.uk || Subscribe to RSS Feed To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section. On 19 May 2013 11:32, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
|
Date | 2013-05-19 11:37 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] csound6: lua manual example not running |
Attachments | None None |
It depends on the LuaJIT developers. On 19 May 2013, at 11:35, peiman khosravi wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-05-19 12:22 |
From | francesco |
Subject | Re: [Cs-dev] csound6: lua manual example not running |
If You want simply try Lua and Csound API You can use the examples in the folder examples/lua in csound source. These can be run using the "standard" Lua interpreter instead of LuaJIT. ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/csound6-lua-manual-example-not-running-tp5723702p5723706.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-05-19 12:24 |
From | francesco |
Subject | Re: [Cs-dev] csound6: lua manual example not running |
except csound_ffi.lua in csound6 ... this need LuaJIT. ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/csound6-lua-manual-example-not-running-tp5723702p5723707.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |