Re: [PD] Fwd: Simple tutorial on using Lua with PD

2008-03-04 Thread IOhannes m zmoelnig
Claude Heiland-Allen wrote: Note: the next version of pdlua will change the filename extensions from .lua to .pdlua and .luax to .pdluax to avoid polluting Lua's namespace with the names of Pd objects written in Lua. svn co https://devel.goto10.org/svn/maximus/pdlua pdlua So, is your

[PD] Fwd: Simple tutorial on using Lua with PD

2008-03-03 Thread Mike McGonagle
-- Forwarded message -- From: Mike McGonagle [EMAIL PROTECTED] Date: Mon, Mar 3, 2008 at 6:15 PM Subject: Re: [PD] Simple tutorial on using Lua with PD To: Claude Heiland-Allen [EMAIL PROTECTED] On Mon, Mar 3, 2008 at 5:37 PM, Claude Heiland-Allen [EMAIL PROTECTED] wrote:

Re: [PD] Fwd: Simple tutorial on using Lua with PD

2008-03-03 Thread Claude Heiland-Allen
Mike McGonagle wrote: I guess my troubles seem to stem from where should everything go, and what is the difference between 'lua' and 'luax'? 'lua' is a load-once loader, much like C externals - once you load them you can't change them easily (but see the mutation examples). + it's quicker if