From e5a2e35e92effc8cbb39cbf66587a531f098278c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 28 Nov 2016 17:01:27 +0100 Subject: [PATCH] python/lib/gen_external.py: disable sampler and ringbuffer for now (FIXME) --- python/lib/gen_external.py | 2 ++ 1 file changed, 2 insertions(+) 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(): -- 2.11.0