tune SVN
Status: Beta
Brought to you by:
siefkenj
File | Date | Author | Commit |
---|---|---|---|
LICENSES | 2008-01-06 | albert1_1_1_1 | [r3] Readme and Licenses added |
Makefile | 2009-09-06 | albert1_1_1_1 | [r7] Rewrote tune in python using gtkbuilder instead... |
README | 2009-09-06 | albert1_1_1_1 | [r7] Rewrote tune in python using gtkbuilder instead... |
interface.xml | 2009-09-06 | albert1_1_1_1 | [r7] Rewrote tune in python using gtkbuilder instead... |
tune.c | 2008-01-06 | albert1_1_1_1 | [r2] Major Overhall |
tune.h | 2008-01-06 | albert1_1_1_1 | [r2] Major Overhall |
tune.py | 2009-09-06 | albert1_1_1_1 | [r7] Rewrote tune in python using gtkbuilder instead... |
tunecpp.cpp | 2009-09-06 | albert1_1_1_1 | [r6] Fixed to compile with gcc 4.3/4.4 |
tunecpp.h | 2008-07-12 | albert1_1_1_1 | [r5] Implemented signals to trigger animation events... |
tunelayout.glade | 2008-07-12 | albert1_1_1_1 | [r5] Implemented signals to trigger animation events... |
The current version of tune has be rewritten to be a python-only application. As such, it doesn't need compiling. Simply execute ./tune.py Dependencies: python pygtk pyaudio (Port audio bindings for python http://people.csail.mit.edu/hubert/pyaudio/) numpy Legacy versions of tune (the c and c++ versions) are still in the source tree but no longer developed. In order to compile, you will need gtk+, libglade, alsalibs, and fftw. To compile the old c++ version type make tune-cpp To compile the old c-only version type make tune-c