Changeset d282373


Ignore:
Timestamp:
Nov 6, 2005, 12:18:51 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:
a49b0bc
Parents:
b1aab3a
Message:

make default mode be a list, make world executable
make default mode be a list, make world executable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    rb1aab3a rd282373  
    1717                          help="input sound file")
    1818        parser.add_option("-m","--mode", action="callback",
    19                           callback=check_onset_mode, dest="mode", default='dual',
     19                          callback=check_onset_mode, dest="mode", default=['dual'],
    2020                          help="onset detection mode [default=dual] \
    2121                          complexdomain|hfc|phase|specdiff|energy|kl|mkl|dual")
Note: See TracChangeset for help on using the changeset viewer.