[Csnd] [OT] Is there anybody out there using Lua and Csound?
Date | 2013-11-07 22:09 |
From | francesco |
Subject | [Csnd] [OT] Is there anybody out there using Lua and Csound? |
Hello All, just a personal curiosity. I know of Michael Gogins (obviously) and Mark Brophy. Some others? thanks, ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/OT-Is-there-anybody-out-there-using-Lua-and-Csound-tp5729293.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-11-08 01:06 |
From | "\\js" |
Subject | Re: [Csnd] [OT] Is there anybody out there using Lua and Csound? |
On 11/07/13 17:09, francesco wrote: > just a personal curiosity. I know of Michael Gogins (obviously) and > Mark Brophy. Some others? +1 and only very simply. for a while, i was doing a project with creating music via different programming languages. often it came to generating .csd files with the language, as it was with lua. i now know there is much more that can be done [thx michael] ... but i've used it elsewhere and i like it for many reasons. it's about as lightweight as it can be, but i mean that in all the best senses. -- \js + & * |
Date | 2013-11-08 23:44 |
From | John Colgrove |
Subject | [Csnd] Re: [OT] Is there anybody out there using Lua and Csound? |
I mean to but I never get around to using lua with csound. I mainly use my mac and from what I understand the lua opcodes aren't distributed in the mac installer so it makes it hard to use lua with csound. I may have to give in and use my windows computer. -- View this message in context: http://csound.1045644.n5.nabble.com/OT-Is-there-anybody-out-there-using-Lua-and-Csound-tp5729293p5729364.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-11-09 16:53 |
From | Steven Yi |
Subject | Re: [Csnd] Re: [OT] Is there anybody out there using Lua and Csound? |
The Lua opcodes won't work on OSX, but the interfaces should be distributed (the interface works fine as the luajit command is assumed to be properly built with extra settings for x86_64). I thought they were but it looks like they're not in the installer build script. I'll modify the build for the next release. Note: I'll probably repackage 6.01.00 to include the updated csound~ soon when I get some time freed up, so will look to have the luaCsnd6.so and luaCsoundAC.so added to the installer. On Fri, Nov 8, 2013 at 6:44 PM, John Colgrove |
Date | 2013-11-09 17:35 |
From | francesco |
Subject | [Csnd] Re: [OT] Is there anybody out there using Lua and Csound? |
Hello John, like Steven said You have two ways of using Lua with Csound, one is via Lua Opcodes i.e. using Lua inside of Csound, that seem to be problematic on OSX, the other is using Lua like a scripting language that communicate with Csound via the API (Lua use Csound like a library). I guess the last should work fine also on OSX. Am i right? Thanks, ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/OT-Is-there-anybody-out-there-using-Lua-and-Csound-tp5729293p5729376.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-11-10 16:14 |
From | Steven Yi |
Subject | Re: [Csnd] Re: [OT] Is there anybody out there using Lua and Csound? |
Yes, using the Lua interface to use the Csound API from Lua works on OSX. I've scheduled time to update the installer tomorrow to include that and the newer csound~. On Sat, Nov 9, 2013 at 12:35 PM, francesco |
Date | 2014-03-24 03:42 |
From | Mike McGonagle |
Subject | Re: [Csnd] [OT] Is there anybody out there using Lua and Csound? |
Hi, sorry about resurrecting an of thread, but I'm interested in using Lua to generate score data that is piped into Csound for processing. I'm also on a mac, but I'm not interested in using Lua to write audio code... So, are there instruction on getting started? I've got the latest Csound6 installed, but what other things do I need? Thanks, Mike
On Sunday, November 10, 2013, Steven Yi <stevenyi@gmail.com> wrote: Yes, using the Lua interface to use the Csound API from Lua works on |
Date | 2014-03-24 07:28 |
From | francesco |
Subject | [Csnd] Re: [OT] Is there anybody out there using Lua and Csound? |
Hello Mike, You only need Csound and Lua, or better LuaJIT. Then take a look to Steven Yi page: https://github.com/kunstmusik/csoundAPI_examples If You need help feel free to ask here, there always is some guru (that i'm not!) available:) ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/OT-Is-there-anybody-out-there-using-Lua-and-Csound-tp5729293p5733486.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug trackers csound6: https://sourceforge.net/p/csound/tickets/ csound5: https://sourceforge.net/p/csound/bugs/ Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |