Changeset 1566886 for python/aubiopitch


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/aubiopitch

    rcbea730 r1566886  
    7171      help="save the plot to output.{ps,png,svg} instead of displaying it")
    7272  parser.add_option("-v","--verbose",
    73       action="store_true", dest="verbose", default=False,
     73      action="store_true", dest="verbose", default=True,
    7474      help="make lots of noise")
    7575  parser.add_option("-q","--quiet",
    76       action="store_false", dest="verbose", default=False,
     76      action="store_false", dest="verbose", default=True,
    7777      help="be quiet")
    7878  (options, args) = parser.parse_args()
Note: See TracChangeset for help on using the changeset viewer.