src/synth/sampler.c: unthreaded read for now
authorPaul Brossier <piem@piem.org>
Sun, 12 Mar 2017 16:58:25 +0000 (17:58 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 12 Mar 2017 16:58:25 +0000 (17:58 +0100)
src/synth/sampler.c

index 7ee8ef6..ef3b476 100644 (file)
@@ -148,7 +148,7 @@ aubio_sampler_t *new_aubio_sampler(uint_t blocksize, uint_t samplerate)
 #elif 1 // threaded with ringhbuffer
   s->source_blocksize = 2048; //32 * s->blocksize;
   s->perfectloop = 1;
-  s->threaded_read = 1;
+  s->threaded_read = 0;
 #endif
 
   if (s->source_blocksize < s->blocksize) {