projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8000e
)
gen_pyobject.py: fix tss default size
author
Paul Brossier
<piem@piem.org>
Fri, 27 Jul 2012 03:29:42 +0000
(21:29 -0600)
committer
Paul Brossier
<piem@piem.org>
Fri, 27 Jul 2012 03:29:42 +0000
(21:29 -0600)
interfaces/python/gen_pyobject.py
patch
|
blob
|
history
diff --git
a/interfaces/python/gen_pyobject.py
b/interfaces/python/gen_pyobject.py
index 80aa8e216335d2165413f1dc7fe7c7e0ce12c8fe..41e4e5ffab5173fc0f3ec304befdee316f89b413 100644
(file)
--- a/
interfaces/python/gen_pyobject.py
+++ b/
interfaces/python/gen_pyobject.py
@@
-94,7
+94,7
@@
defaultsizes = {
'pitchmcomb': ['1'],
'pitchfcomb': ['1'],
'pitch': ['1'],
- 'tss': ['self->
hop_size', 'self->hop
_size'],
+ 'tss': ['self->
win_size', 'self->win
_size'],
'mfcc': ['self->n_coeffs'],
'beattracking': ['self->hop_size'],
'tempo': ['1'],