java-aubio contains a basic java module for aubio. For more information, see: - aubio homepage: http://aubio.org Note ---- I rarely use java. This package exists because several people asked me for a java aubio package. Comments and patches welcome! Building -------- To build everything, run the usual: $ ./configure && make Installing ---------- To install the aubio external for puredata on your system, run the following as root: # make install Testing ------- To test the package, run: $ make simple_test