- Timestamp:
- Dec 17, 2013, 5:30:13 PM (11 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e84ab04
- Parents:
- 1ece4f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/synth/sampler.c ΒΆ
r1ece4f8 r4ed0ed1 43 43 s->blocksize = blocksize; 44 44 s->source_output = new_fvec(blocksize); 45 s->source_output_multi = new_fmat( blocksize, 4);45 s->source_output_multi = new_fmat(4, blocksize); 46 46 s->source = NULL; 47 47 s->playing = 0;
Note: See TracChangeset
for help on using the changeset viewer.