Changeset 34eee42
- Timestamp:
- Sep 28, 2009, 9:57:10 PM (15 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:
- d9c45df
- Parents:
- a695854
- Location:
- src/temporal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/adesign.h
ra695854 r34eee42 18 18 */ 19 19 20 #ifndef _ADESIGN_H 21 #define _ADESIGN_H 22 20 23 /** \file 21 24 … … 25 28 26 29 */ 30 31 #ifdef __cplusplus 32 extern "C" { 33 #endif 27 34 28 35 /** create new A-design filter … … 38 45 /** delete a-design filter object */ 39 46 #define del_aubio_adsgn_filter del_aubio_filter 47 48 #ifdef __cplusplus 49 } 50 #endif 51 52 #endif /* _ADESIGN_H */ -
src/temporal/cdesign.h
ra695854 r34eee42 18 18 */ 19 19 20 #include "filter.h" 20 #ifndef _CDESIGN_H 21 #define _CDESIGN_H 21 22 22 23 /** \file … … 27 28 28 29 */ 30 31 #ifdef __cplusplus 32 extern "C" { 33 #endif 29 34 30 35 /** create new C-design filter … … 40 45 /** delete c-design filter object */ 41 46 #define del_aubio_cdsgn_filter del_aubio_filter 47 48 #ifdef __cplusplus 49 } 50 #endif 51 52 #endif /* _CDESIGN_H */
Note: See TracChangeset
for help on using the changeset viewer.