17:30
-
18:00
-
18:00
Day 3
Extending the sound methods of a software synthesizer using Guile scripts
Using Guile scripts to extend a software synthesizer written in C by loading Guile scripts
on the fly and extend the sound synthesis methods of the synthesizer.
To make it more flexible and dynamic to experiment with new features of the Synthesizer
I tried to use the advertised capability of Guile to be used as an extension language.
And it somehow worked :) I will show how it worked for me and talk a bit about the challenges of
extending an existing C program with Guile.