From: Paul Brossier Date: Sun, 12 Mar 2017 13:51:39 +0000 (+0100) Subject: src/synth/sampler.c: add last_read and source_output_tmp X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=75d1f9beb444542c2eacff21d9304b32b09f0695;p=aubio.git src/synth/sampler.c: add last_read and source_output_tmp --- 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