From 953a44788d19c501bb919d383cac8d3440e8cef1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 29 Sep 2016 13:32:02 +0200 Subject: [PATCH] python/lib/gen_external.py: disable timestretch for now, add a note about it --- python/lib/gen_external.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/lib/gen_external.py b/python/lib/gen_external.py index 533116eb..7a8e7fe8 100644 --- a/python/lib/gen_external.py +++ b/python/lib/gen_external.py @@ -40,6 +40,7 @@ skip_objects = [ 'source_wavread', #'sampler', 'audio_unit', + 'timestretch', # TODO fix parsing of uint_t *read in _do ] def get_preprocessor(): -- 2.11.0