Changeset a3e152a for python/lib/aubio
- Timestamp:
- Nov 5, 2018, 2:01:23 PM (6 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
- Children:
- f8c75aa
- Parents:
- 450c57e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/midiconv.py
r450c57e ra3e152a 73 73 msg = "string of 2 to 4 characters expected, got {:d} ({:s})" 74 74 raise ValueError(msg.format(len(note), note)) 75 notename, modifier, octave = [None] *375 notename, modifier, octave = [None] * 3 76 76 77 77 if len(note) == 4:
Note: See TracChangeset
for help on using the changeset viewer.