Ignore:
Timestamp:
Mar 12, 2017, 5:58:25 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
ea3a113
Parents:
3d650a7
Message:

src/synth/sampler.c: unthreaded read for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/sampler.c

    r3d650a7 r7dfd972  
    149149  s->source_blocksize = 2048; //32 * s->blocksize;
    150150  s->perfectloop = 1;
    151   s->threaded_read = 1;
     151  s->threaded_read = 0;
    152152#endif
    153153
Note: See TracChangeset for help on using the changeset viewer.