python/lib/gen_external.py: disable sampler and ringbuffer for now (FIXME)
authorPaul Brossier <piem@piem.org>
Mon, 28 Nov 2016 16:01:27 +0000 (17:01 +0100)
committerPaul Brossier <piem@piem.org>
Mon, 28 Nov 2016 16:01:27 +0000 (17:01 +0100)
python/lib/gen_external.py

index b642383..5d82b35 100644 (file)
@@ -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():