From: Paul Brossier Date: Mon, 5 Sep 2005 00:06:55 +0000 (+0000) Subject: fix default pitch, must now be a list X-Git-Tag: bzr2git~827 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfe76d43a9472c451273e86db7cea7ef6291c513;p=aubio.git fix default pitch, must now be a list --- diff --git a/python/aubiopitch b/python/aubiopitch index 64f2bac0..44663abb 100755 --- a/python/aubiopitch +++ b/python/aubiopitch @@ -18,7 +18,7 @@ def parse_args(): help="input sound file") parser.add_option("-m","--mode", action="callback", callback=check_pitch_mode, dest="mode", - default=aubio_pitch_mcomb, + default=[aubio_pitch_mcomb], help="pitch detection mode [default=mcomb] \ mcomb|yin|fcomb|schmitt") parser.add_option("-u","--units", action="callback",