Category Archives: python

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