Changeset 1566886 for python/aubiocut


Ignore:
Timestamp:
Oct 7, 2006, 11:15:53 PM (18 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:
3a323d0
Parents:
cbea730
Message:

makes aubiocut and aubiopitch verbose by default, not quiet
makes aubiocut and aubiopitch verbose by default, not quiet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    rcbea730 r1566886  
    8181                          help="add spectrogram to the plot")
    8282        parser.add_option("-v","--verbose",
    83                           action="store_true", dest="verbose", default=False,
     83                          action="store_true", dest="verbose", default=True,
    8484                          help="make lots of noise [default]")
    8585        parser.add_option("-q","--quiet",
    86                           action="store_false", dest="verbose", default=False,
     86                          action="store_false", dest="verbose", default=True,
    8787                          help="be quiet")
    8888        # to be implemented
Note: See TracChangeset for help on using the changeset viewer.