Hi, Here's a link to my paper for this year's Linux audio conference: http://www.notam02.no/~kjetism/sndrt_lac2010.pdf
The paper describes various programming techniques supported by Snd-RT. This year's LAC also seems to contain a lot of really great stuff about music programming languages! http://lac.linuxaudio.org/2010/ Title: Implementing a Polyphonic MIDI Software Synthesizer using Coroutines, Realtime Garbage Collection, Closures, Auto-Allocated Variables, Dynamic Scoping, and Continuation Passing Style Programming Abstract: This paper demonstrates a few programming techniques for low-latency sample-by-sample audio programming. Some of them may not have been used for this purpose before. The demonstrated techniques are: Realtime memory allocation, realtime garbage collector, storing instrument data implicitly in closures, auto-allocated variables, handling signal buses using dynamic scoping, and continuation passing style programming. _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
