projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd18484
)
python/lib/gen_code.py: add output size for notes
author
Paul Brossier
<piem@piem.org>
Fri, 1 Jul 2016 14:02:36 +0000
(16:02 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 1 Jul 2016 14:02:36 +0000
(16:02 +0200)
python/lib/gen_code.py
patch
|
blob
|
history
diff --git
a/python/lib/gen_code.py
b/python/lib/gen_code.py
index
6e4b17b
..
b602b6d
100644
(file)
--- a/
python/lib/gen_code.py
+++ b/
python/lib/gen_code.py
@@
-74,6
+74,7
@@
pyargparse_chars = {
objoutsize = {
'onset': '1',
'pitch': '1',
+ 'notes': '3',
'wavetable': 'self->hop_size',
'sampler': 'self->hop_size',
'mfcc': 'self->n_coeffs',