python/lib/gen_external.py: disable timestretch for now, add a note about it
authorPaul Brossier <piem@piem.org>
Thu, 29 Sep 2016 11:32:02 +0000 (13:32 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 29 Sep 2016 11:32:02 +0000 (13:32 +0200)
python/lib/gen_external.py

index 533116e..7a8e7fe 100644 (file)
@@ -40,6 +40,7 @@ skip_objects = [
   'source_wavread',
   #'sampler',
   'audio_unit',
+  'timestretch', # TODO fix parsing of uint_t *read in _do
   ]
 
 def get_preprocessor():