Changeset 2b6144dd
- Timestamp:
- Dec 1, 2007, 10:58:04 PM (17 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:
- a7667ce
- Parents:
- 658cb41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r658cb41 r2b6144dd 170 170 #define ELEM_SWAP(a,b) { register smpl_t t=(a);(a)=(b);(b)=t; } 171 171 172 #define ISDENORMAL(f) f < 1.e-37 173 172 174 #define UNUSED __attribute__((unused)) 173 175
Note: See TracChangeset
for help on using the changeset viewer.