- Timestamp:
- Nov 28, 2016, 2:59:20 PM (8 years ago)
- Branches:
- sampler
- Children:
- 6035a34
- Parents:
- d02d8f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/sampler.c
rd02d8f0 r757e255 713 713 if (o->opened == 1 && o->playing) { 714 714 aubio_sampler_read(o, output, read); 715 //AUBIO_WRN("sampler: _read got %d\n", *read);716 if (*read < o->blocksize) {717 if (*read > 0 && o->loop) {718 // TODO pull (hopsize - read) frames719 }720 }721 715 } else { 722 716 fvec_zeros(output); … … 730 724 if (o->opened == 1 && o->playing) { 731 725 //aubio_sampler_read_multi(o, output, read); 732 if (*read < o->blocksize) {733 if (*read > 0) {734 // TODO pull (hopsize - read) frames735 //memset(... tail , 0)736 }737 }738 726 } else { 739 727 fmat_zeros(output);
Note: See TracChangeset
for help on using the changeset viewer.