Changeset c37aee1


Ignore:
Timestamp:
Feb 7, 2011, 12:55:36 PM (13 years ago)
Author:
Paul Brossier <piem@piem.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:
20ae690
Parents:
860ef4b
Message:

src/mathutils.c: do not return NULL when wrong window type is passed (thanks to Olivier Robert)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.c

    r860ef4b rc37aee1  
    7373      AUBIO_ERR ("unknown window type %s, using default.\n", window_type);
    7474      wintype = aubio_win_default;
    75       return NULL;
    7675  }
    7776  switch(wintype) {
Note: See TracChangeset for help on using the changeset viewer.