Changeset f264b17 for src/lvec.h
- Timestamp:
- Jun 22, 2016, 1:00:10 PM (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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 4b9443c4
- Parents:
- 60fc05b (diff), 6769586 (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
r60fc05b rf264b17 19 19 */ 20 20 21 #ifndef _AUBIO__LVEC_H22 #define _AUBIO__LVEC_H21 #ifndef AUBIO_LVEC_H 22 #define AUBIO_LVEC_H 23 23 24 24 #ifdef __cplusplus … … 81 81 82 82 */ 83 lsmp_t * lvec_get_data( lvec_t *s);83 lsmp_t * lvec_get_data(const lvec_t *s); 84 84 85 85 /** print out lvec data … … 88 88 89 89 */ 90 void lvec_print( lvec_t *s);90 void lvec_print(const lvec_t *s); 91 91 92 92 /** set all elements to a given value … … 116 116 #endif 117 117 118 #endif /* _AUBIO__LVEC_H */118 #endif /* AUBIO_LVEC_H */
Note: See TracChangeset
for help on using the changeset viewer.