- Timestamp:
- Aug 6, 2018, 2:03:48 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:
- 99c7aa2
- Parents:
- e8fcc9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/notes/notes.c
re8fcc9a r25f280f 84 84 85 85 o->pitch = new_aubio_pitch (pitch_method, o->pitch_buf_size, o->hop_size, o->samplerate); 86 if (o->pitch == NULL) goto fail; 86 87 if (o->pitch_tolerance != 0.) aubio_pitch_set_tolerance (o->pitch, o->pitch_tolerance); 87 88 aubio_pitch_set_unit (o->pitch, "midi");
Note: See TracChangeset
for help on using the changeset viewer.