Changeset 21234ee for src/synth/wavetable.c
- Timestamp:
- Dec 18, 2013, 8:07:27 AM (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:
- 6465d7f
- Parents:
- 1573b16 (diff), c3c6305 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/wavetable.c
r1573b16 r21234ee 98 98 aubio_parameter_get_next_value ( s->amp ); 99 99 } 100 fvec_ set(output, 0.);100 fvec_zeros (output); 101 101 } 102 102 // add input to output if needed … … 131 131 aubio_parameter_get_next_value ( s->amp ); 132 132 } 133 fmat_ set(output, 0.);133 fmat_zeros (output); 134 134 } 135 135 // add output to input if needed
Note: See TracChangeset
for help on using the changeset viewer.