- Timestamp:
- Dec 31, 2013, 12:01:23 AM (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:
- d389e23
- Parents:
- db354e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.h
rdb354e0 r2b43a9e 42 42 #define debug(...) fprintf (stderr, format , **args) 43 43 #else 44 #define debug(...) ()44 #define debug(...) 45 45 #endif 46 46 #define verbmsg(format, args...) if (verbose) fprintf(stderr, format , ##args)
Note: See TracChangeset
for help on using the changeset viewer.