projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2e481
)
python/lib/gen_external.py: disable sampler and ringbuffer for now (FIXME)
author
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 16:01:27 +0000
(17:01 +0100)
committer
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 16:01:27 +0000
(17:01 +0100)
python/lib/gen_external.py
patch
|
blob
|
history
diff --git
a/python/lib/gen_external.py
b/python/lib/gen_external.py
index
b642383
..
5d82b35
100644
(file)
--- a/
python/lib/gen_external.py
+++ b/
python/lib/gen_external.py
@@
-41,6
+41,8
@@
skip_objects = [
#'sampler',
'audio_unit',
'timestretch', # TODO fix parsing of uint_t *read in _do
+ 'sampler', # TODO fix parsing of uint_t *read in _do
+ 'ringbuffer',
]
def get_preprocessor():