On Tue Sep 25, 2007 at 01:35:26PM -0500, Kyle Klipowicz wrote:
Interesting, I'm curious what you can do with it!
im pretty sure you can make write pd objects in lua, with it
im not sure you can do the inverse - run pd objects from lua.
the max/msp external doesnt do this either though. due to poor external API. - it uses another DSP lib and wakes up couritines for each block to be processed.
does anyone know if lua~ in msp uses max mechanisms to drive the scheduling. or implements its own event loop entirely in lua/c? they mention chuck and concurrency, but with only an OSX binary (and the link to that is even broken) a few words in a pdf is not much to go on...