Category Archives: ideas

High abstraction level audio plugins specification (and code generation)

If you ever wrote at least 2 audio plugins in your life, for sure you have noticed you had to write a lot of duplicated code. In other words, most of the times, writing a plugin there is very little … Continue reading

Posted in ideas, plugins, programming | Tagged , , , , , , , , , , , , | 2 Comments

Interactive CLAM programming (with python)

Recently I been playing with python bindings for the CLAM library. Here is a demo demonstrating how to interactively build a network and play a file using the IPython shell:   Related scripts: playfile.py fft_example.py.   PyCLAM source. INSTALL. Bookmark … Continue reading

Posted in CLAM, ideas, python, screencast | Tagged , , , , , , , , , , , | Leave a comment