Changeset 6bfbcdc


Ignore:
Timestamp:
Jul 16, 2012, 12:44:48 AM (12 years ago)
Author:
Paul Brossier <piem@piem.org>
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.
Message:

Merge branch 'develop' into io

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-mathutils.c

    r614963a r6bfbcdc  
    11#include <stdio.h>
    22#include <assert.h>
     3#define AUBIO_UNSTABLE 1
    34#include <aubio.h>
    45
    56int main(){
    6   int a, b;
     7  uint_t a, b;
    78
    89  a = 31; b = aubio_next_power_of_two(a);
Note: See TracChangeset for help on using the changeset viewer.