- Timestamp:
- Dec 31, 2013, 12:12:22 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:
- fe87823
- Parents:
- 029bf4e
- Location:
- tests/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-mathutils.c
r029bf4e r0546c1f3 3 3 #define AUBIO_UNSTABLE 1 4 4 #include <aubio.h> 5 6 int test_next_power_of_two (void); 7 int test_miditofreq (void); 8 int test_freqtomidi (void); 9 int test_aubio_window (void); 5 10 6 11 int test_next_power_of_two (void) -
tests/src/utils/test-parameter.c
r029bf4e r0546c1f3 1 1 #include <aubio.h> 2 2 #include "utils_tests.h" 3 4 void get_some_steps ( aubio_parameter_t * param ); 3 5 4 6 void get_some_steps ( aubio_parameter_t * param )
Note: See TracChangeset
for help on using the changeset viewer.