Changeset bfe76d4


Ignore:
Timestamp:
Sep 5, 2005, 2:06:55 AM (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:
6efdc83
Parents:
77671b4
Message:

fix default pitch, must now be a list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiopitch

    r77671b4 rbfe76d4  
    1919        parser.add_option("-m","--mode", action="callback",
    2020                          callback=check_pitch_mode, dest="mode",
    21                           default=aubio_pitch_mcomb,
     21                          default=[aubio_pitch_mcomb],
    2222                          help="pitch detection mode [default=mcomb] \
    2323                          mcomb|yin|fcomb|schmitt")
Note: See TracChangeset for help on using the changeset viewer.