- Timestamp:
- Oct 10, 2006, 3:09:34 PM (18 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:
- b377d04
- Parents:
- 098bd92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r098bd92 rec399cf 170 170 #define ELEM_SWAP(a,b) { register smpl_t t=(a);(a)=(b);(b)=t; } 171 171 172 #define UNUSED __attribute__((unused)) 173 172 174 #endif/*_AUBIO_PRIV_H*/
Note: See TracChangeset
for help on using the changeset viewer.