Re: Guile-OSC: Open Sound Control library for Guile

2023-05-15 Thread Thomas White
On Fri, 12 May 2023 11:27:22 +0200 Mikael Djurfeldt wrote: > Sorry, but I couldn't help it: What happens if there's a garbage > collection in the middle of an arpeggio? :)) Haha, even though one isn't "supposed" to use a garbage collected language for anything "real-time", in practice it's been

Re: Guile-OSC: Open Sound Control library for Guile

2023-05-12 Thread Mikael Djurfeldt
Nice! Sorry, but I couldn't help it: What happens if there's a garbage collection in the middle of an arpeggio? :)) On Thu, May 11, 2023 at 8:58 PM Thomas White wrote: > Hi everyone, > > I just wanted to mention a new project, Guile-OSC, which connects Guile > to Open Sound Control (http://open

Guile-OSC: Open Sound Control library for Guile

2023-05-11 Thread Thomas White
Hi everyone, I just wanted to mention a new project, Guile-OSC, which connects Guile to Open Sound Control (http://opensoundcontrol.org/). It's a thin wrapper around liblo (https://github.com/radarsat1/liblo), aiming for just enough abstraction to enable idiomatic Scheme code. Repository is here