projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77671b4
)
fix default pitch, must now be a list
author
Paul Brossier
<piem@altern.org>
Mon, 5 Sep 2005 00:06:55 +0000
(
00:06
+0000)
committer
Paul Brossier
<piem@altern.org>
Mon, 5 Sep 2005 00:06:55 +0000
(
00:06
+0000)
python/aubiopitch
patch
|
blob
|
history
diff --git
a/python/aubiopitch
b/python/aubiopitch
index
64f2bac
..
44663ab
100755
(executable)
--- 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",