Changeset 9615b03 for python/lib/aubio
- Timestamp:
- Mar 18, 2013, 4:53:41 PM (12 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:
- ab7b1b7
- Parents:
- 8e9cb57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/midiconv.py
r8e9cb57 r9615b03 29 29 raise ValueError, "%s is not a valid note name" % notename 30 30 if modifier not in _valid_modifiers: 31 raise ValueError, " only # and b are acceptable modifiers, not %s" % modifier31 raise ValueError, "%s is not a valid modifier" % modifier 32 32 if octave not in _valid_octaves: 33 33 raise ValueError, "%s is not a valid octave" % octave
Note: See TracChangeset
for help on using the changeset viewer.