Category Archives: programming

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

CLAM processing generator script (example of use)

This script is about a basic code generation of a CLAM plugin. In some point I think this is some kind of meta-programming or perhaps the term “automatic programming” fits better. The basic idea is to specify some basic features … Continue reading

Posted in CLAM, plugins, programming, python | Tagged , , , , , , , | 1 Comment

Audio development & design

Last days i’ve discovered a curious (and very intresting) blog about design issue’s. Seems mostly dedicated to audio free software development For example, last post it’s about an interesting discussion about knob’s widgets behavior (talking about knobs development, check this … Continue reading

Posted in CLAM, English, GUI, free software | Tagged , , , , , , | 1 Comment

Starts a ‘summer’ of code for me

Last week I got accepted into google’s summer of code program, so I will be with this on summer… ehm s/summer/winter here… I’m very happy with that! Google granted 6 students to CLAM, so it’s a big success!!! All applications … Continue reading

Posted in CLAM, English, GSoC2007, programming | Tagged , , , , , , , , , , , | Leave a comment

Google has released its new Google Code project for open source projects

Google has released its new Google Code project for open source projects like sourcefoge, now you can host there your free audio projects too… you can see which audio projects are hosted pressing here. You have things like a Java … Continue reading

Posted in GPL, open source, programming | Tagged , , , , | Leave a comment