[PD] Fun with Lua coroutines

chris clepper cgclepper at gmail.com
Thu Nov 1 15:21:34 CET 2007


This looks like a "poor man's" Supercollider. ;)

On 11/1/07, Frank Barknecht <fbar at footils.org> wrote:
>
> I mean something like this: http://www.lua.org/pil/10.1.html of course
> adapted to music, so a datafile could look like:
>
>     Instruments{
>         bass = tb303{
>             cutoff = 10,
>             cf = 440
>         },
>         drum = "drumset1"
>     }
>
>     Patterns{
>         p1 = "1 0 0 0 1 0 0 1",
>         p2 = "0 0 1 0 0 0 1 0",
>     }
>
>     Score{
>        bass.play(p1),
>        drum.play(p2)
>     }
>
> or so.
>
> Ciao
> --
> Frank Barknecht                                     _ ______footils.org__
>
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20071101/7e611725/attachment.htm>


More information about the Pd-list mailing list