Ignore:
Timestamp:
Sep 26, 2009, 6:34:28 AM (15 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:
9a91031
Parents:
342e3807
Message:

python: finish getting rid of numarray

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiofilter-notes

    r342e3807 re7a7794  
    7979        from aubio import notefilter,txtfile,gnuplot
    8080        """ load midi and raw data """
    81         from numarray import array
     81        from numpy import array
    8282        notelist = array(txtfile.read_datafile(input))
    8383        """ filter it out """
Note: See TracChangeset for help on using the changeset viewer.