projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1aab3a
)
make default mode be a list, make world executable
author
Paul Brossier
<piem@altern.org>
Sun, 6 Nov 2005 11:18:51 +0000
(11:18 +0000)
committer
Paul Brossier
<piem@altern.org>
Sun, 6 Nov 2005 11:18:51 +0000
(11:18 +0000)
make default mode be a list, make world executable
python/aubiocut
patch
|
blob
|
history
diff --git
a/python/aubiocut
b/python/aubiocut
index
d5fdd0b
..
b4af3c8
100755
(executable)
--- 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",