Changeset 56a7580
- Timestamp:
- Mar 3, 2013, 8:11:04 PM (12 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:
- fbc5544
- Parents:
- 474a573
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r474a573 r56a7580 123 123 #define AUBIO_MSG(format, args...) fprintf(stdout, format , ##args) 124 124 #define AUBIO_DBG(format, args...) fprintf(stderr, format , ##args) 125 #define AUBIO_WRN( ...)fprintf(stderr, "AUBIO WARNING: " format, ##args)125 #define AUBIO_WRN(format, args...) fprintf(stderr, "AUBIO WARNING: " format, ##args) 126 126 #endif 127 127
Note: See TracChangeset
for help on using the changeset viewer.