Changeset 92e4028
- Timestamp:
- Aug 15, 2005, 12:28:52 PM (19 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:
- 2ebf76c
- Parents:
- 6b233fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r6b233fc r92e4028 163 163 type_onset = aubio_onset_kl; 164 164 else { 165 debug("could not getonset type.\n");165 errmsg("unknown onset type.\n"); 166 166 abort(); 167 167 } … … 190 190 type_pitch = aubio_pitch_fcomb; 191 191 else { 192 debug("could not getpitch type.\n");192 errmsg("unknown pitch type.\n"); 193 193 abort(); 194 194 }
Note: See TracChangeset
for help on using the changeset viewer.