Changeset 695e171 for src/lvec.h
- Timestamp:
- Sep 6, 2015, 10:40:14 AM (9 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:
- 3d30b90
- Parents:
- 65c352e (diff), 827267b (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/lvec.h
r65c352e r695e171 1 1 /* 2 Copyright (C) 2003-201 3Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2015 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 62 62 63 63 \param s vector to read from 64 \param position sample position to read from 64 \param position sample position to read from 65 65 66 66 */ … … 69 69 /** write sample value in a buffer 70 70 71 \param s vector to write to 71 \param s vector to write to 72 72 \param data value to write in s->data[position] 73 \param position sample position to write to 73 \param position sample position to write to 74 74 75 75 */ … … 83 83 lsmp_t * lvec_get_data(lvec_t *s); 84 84 85 /** print out lvec data 85 /** print out lvec data 86 86 87 \param s vector to print out 87 \param s vector to print out 88 88 89 89 */ … … 98 98 void lvec_set_all(lvec_t *s, smpl_t val); 99 99 100 /** set all elements to zero 100 /** set all elements to zero 101 101 102 102 \param s vector to modify … … 105 105 void lvec_zeros(lvec_t *s); 106 106 107 /** set all elements to ones 107 /** set all elements to ones 108 108 109 109 \param s vector to modify
Note: See TracChangeset
for help on using the changeset viewer.