- Timestamp:
- Jul 16, 2012, 12:44:48 AM (13 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:
- 65525fe
- Parents:
- 614963a (diff), 7359775 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-mathutils.c
r614963a r6bfbcdc 1 1 #include <stdio.h> 2 2 #include <assert.h> 3 #define AUBIO_UNSTABLE 1 3 4 #include <aubio.h> 4 5 5 6 int main(){ 6 int a, b;7 uint_t a, b; 7 8 8 9 a = 31; b = aubio_next_power_of_two(a);
Note: See TracChangeset
for help on using the changeset viewer.