- Timestamp:
- Dec 30, 2013, 9:50:29 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:
- 158e031
- Parents:
- 413d4bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lvec.c
r413d4bf r175a218 37 37 } 38 38 39 void lvec_ write_sample(lvec_t *s, lsmp_t data, uint_t position) {39 void lvec_set_sample(lvec_t *s, lsmp_t data, uint_t position) { 40 40 s->data[position] = data; 41 41 } 42 42 43 lsmp_t lvec_get_sample(lvec_t *s, uint_t position) { 43 44 return s->data[position];
Note: See TracChangeset
for help on using the changeset viewer.