Changeset e7a7794 for python/aubiofilter-notes
- Timestamp:
- Sep 26, 2009, 6:34:28 AM (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiofilter-notes
r342e3807 re7a7794 79 79 from aubio import notefilter,txtfile,gnuplot 80 80 """ load midi and raw data """ 81 from num array import array81 from numpy import array 82 82 notelist = array(txtfile.read_datafile(input)) 83 83 """ filter it out """
Note: See TracChangeset
for help on using the changeset viewer.