- Timestamp:
- Mar 26, 2017, 3:58:41 PM (8 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, sampler
- Children:
- fa0ef3b
- Parents:
- b67e715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/wavetable.c
rb67e715 rb669066 104 104 output->data[i] += input->data[i]; 105 105 } 106 fvec_clamp(o buf, 1.);106 fvec_clamp(output, 1.); 107 107 } 108 108 }
Note: See TracChangeset
for help on using the changeset viewer.