From 75d1f9beb444542c2eacff21d9304b32b09f0695 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 12 Mar 2017 14:51:39 +0100 Subject: [PATCH] src/synth/sampler.c: add last_read and source_output_tmp --- src/synth/sampler.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/synth/sampler.c b/src/synth/sampler.c index a7e61295..7ee8ef63 100644 --- a/src/synth/sampler.c +++ b/src/synth/sampler.c @@ -84,6 +84,8 @@ struct _aubio_sampler_t { pthread_cond_t read_request; uint_t source_blocksize; fvec_t *source_output; + fvec_t *source_output_tmp; + uint_t last_read; fmat_t *source_moutput; uint_t channels; // file opening thread -- 2.11.0