Changeset 90a59c3


Ignore:
Timestamp:
Feb 6, 2008, 4:28:31 PM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
d0dbc56
Parents:
055d674
Message:

java/: added first draft for a java interface to aubio, includes simple test

Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    r055d674 r90a59c3  
    2727**/callgrind.out.[0-9]*
    2828
     29# swig and java stuff
     30**/*.class
     31java/**/SWIG*.java
     32java/**/aubio*.java
     33java/**/midi_*.java
     34
    2935# autoreconf -f -i will create these
    3036INSTALL
  • configure.ac

    r055d674 r90a59c3  
    258258    python/Makefile
    259259    python/aubio/Makefile
     260    java/Makefile
     261    java/aubio/Makefile
    260262    plugins/Makefile
    261263    plugins/audacity/Makefile
Note: See TracChangeset for help on using the changeset viewer.