From bfe76d43a9472c451273e86db7cea7ef6291c513 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 5 Sep 2005 00:06:55 +0000 Subject: [PATCH] fix default pitch, must now be a list --- python/aubiopitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.11.0