- Timestamp:
- May 10, 2016, 10:54:40 PM (9 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:
- fe738f1
- Parents:
- 8b56b18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/midiconv.py
r8b56b18 r744190f 1 1 # -*- coding: utf-8 -*- 2 2 """ utilities to convert midi note number to and from note names """ 3 4 __all__ = ['note2midi', 'midi2note', 'freq2note'] 3 5 4 6 import sys
Note: See TracChangeset
for help on using the changeset viewer.