From: Paul Brossier Date: Mon, 28 Nov 2016 16:01:27 +0000 (+0100) Subject: python/lib/gen_external.py: disable sampler and ringbuffer for now (FIXME) X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e5a2e35e92effc8cbb39cbf66587a531f098278c;p=aubio.git python/lib/gen_external.py: disable sampler and ringbuffer for now (FIXME) --- diff --git a/python/lib/gen_external.py b/python/lib/gen_external.py index b642383b..5d82b35a 100644 --- 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():