ssfrr / AudioIO.jl

[UNMAINTAINED] - Simple Audio IO in Julia
MIT License
61 stars 24 forks source link

Fix the `MutableNode` example to be `AudioRenderer`-based #45

Open bauglir opened 9 years ago

bauglir commented 9 years ago

The changes made to the way AudioNodes are build broke this example. I've rewritten it to use the new AudioRenderer based strategy instead.