From: Paul Brossier Date: Sun, 6 Nov 2005 11:18:51 +0000 (+0000) Subject: make default mode be a list, make world executable X-Git-Tag: 0.4.0-beta1~1347 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d2823735526b3b6ca18d5ea549daff4fd4a673d3;p=aubio.git make default mode be a list, make world executable make default mode be a list, make world executable --- diff --git a/python/aubiocut b/python/aubiocut index d5fdd0b5..b4af3c85 100755 --- a/python/aubiocut +++ b/python/aubiocut @@ -16,7 +16,7 @@ def parse_args(): action="store", dest="filename", help="input sound file") parser.add_option("-m","--mode", action="callback", - callback=check_onset_mode, dest="mode", default='dual', + callback=check_onset_mode, dest="mode", default=['dual'], help="onset detection mode [default=dual] \ complexdomain|hfc|phase|specdiff|energy|kl|mkl|dual") parser.add_option("-B","--bufsize",