Changeset 95af88b
- Timestamp:
- Mar 17, 2017, 6:59:06 PM (8 years ago)
- Branches:
- sampler
- Children:
- a6356d4
- Parents:
- 218f670
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/sampler.c
r218f670 r95af88b 34 34 #else 35 35 #ifdef _MSC_VER 36 #pragma message "compiling sampler without threading"36 #pragma message ("WARNING: compiling sampler without threading") 37 37 #else 38 38 #warning "compiling sampler without threading" … … 545 545 aubio_sampler_do_eof(s); 546 546 if (s->loop && s->perfectloop) { 547 uint_t partialread; 547 548 fvec_t tmpout; tmpout.data = output->data + *read; 548 549 tmpout.length = output->length - *read; 549 uint_t partialread;550 550 while (aubio_timestretch_get_available(s->ts) < (sint_t)tmpout.length 551 551 && s->eof_remaining == 0) {
Note: See TracChangeset
for help on using the changeset viewer.