Changeset 92e4028 for examples


Ignore:
Timestamp:
Aug 15, 2005, 12:28:52 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

uses errmsg in parse_args instead of debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r6b233fc r92e4028  
    163163                                        type_onset = aubio_onset_kl;
    164164                                else {
    165                                         debug("could not get onset type.\n");
     165                                        errmsg("unknown onset type.\n");
    166166                                        abort();
    167167                                }
     
    190190                                        type_pitch = aubio_pitch_fcomb;
    191191                                else {
    192                                         debug("could not get pitch type.\n");
     192                                        errmsg("unknown pitch type.\n");
    193193                                        abort();
    194194                                }
Note: See TracChangeset for help on using the changeset viewer.