summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-09-24[partial_tracking] Default to inharmonic partialJohn Glover
2012-09-12[partial_tracking] Bug fix: Add custom implementation of John Glover
2012-09-12[base, synthesis] Allow synthesis sample arraysJohn Glover
2012-08-23[loris] Add C++ implementation of LorisSynthesis.John Glover
2012-08-23[sndobj] Fix bug in SndObjSynthesis. Partial IDs were not being handled corre...John Glover
2012-08-22[loris] Add C++ implementation of LorisPartialTracking.John Glover
2012-08-22[loris] LorisPeakDetection updates and fixes (save bandwidth to simpl Peak ob...John Glover
2012-08-22[loris] Add C++ LorisPeakDetection.John Glover
2012-08-11[sndobj] Add C++ implementation of SndObjPartialTracking.John Glover
2012-08-11[base, synthesis] Allow synth size to be independent from frame size. Call sy...John Glover
2012-07-29[base] Clear new peak and partial lists with Frame.clearJohn Glover
2012-07-29[peak_detection] Make PeakDetection.find_peaksJohn Glover
2012-07-29[partial_tracking] Call Cython PartialTracking.update_partialsJohn Glover
2012-07-29[peak_detection] Call C++ find_peaks function inJohn Glover
2012-07-20[tests] Remove plot from test_residual. Add sndobj partial tracking test data...John Glover
2012-07-20[peak_detection] Add C++ implementation of SndObj peak detection.John Glover
2012-07-12[tests] Don't run old sndobj tests.John Glover
2012-07-12[tests] Rename create_libsms_test_data.py to create_test_data.py.John Glover
2012-07-10[residual] Update residual so that it just requiresJohn Glover
2012-07-08[peak_detection] Bug fix: add peaks to frame object inJohn Glover
2012-07-06[residual] Add C++ implementation of SMSResidual.John Glover
2012-07-06[tests] Remove unnecessary code from test_synthesis.John Glover
2012-07-06[tests] Rename testbase.cpp to test_base.cpp for consistency.John Glover
2012-07-06[tests] Remove old test files. Ignore libsms residual waveform.John Glover
2012-07-03[synthesis] Fix SMSSynthesis (was using Peak data instead of tracked Partials...John Glover
2012-07-02[synthesis] Add C++ implemention of SMSSynthesis.John Glover
2012-07-02[tests] Remove JSON test data (can be recreated from create_libsms_test_data....John Glover
2012-07-02[partial_tracking] Add C++ implemention of SMS partial tracking.John Glover
2012-07-02[tests] Use JSON libsms test data instead of recalculating each time. Importi...John Glover
2012-07-02[loris] Remove old test file.John Glover
2012-06-30[sms] Add C++ implementation of SMSPeakDetection.John Glover
2012-06-30Restructure class files. John Glover
2012-06-29[sms] Rename sms.py to pysms.py.John Glover
2012-06-28[base] Add C++ implementation of Synthesis and Residual.John Glover
2012-06-28[tests] Remove old SMS test file.John Glover
2012-06-28[base] Add C++ PartialTracking implementation.John Glover
2012-06-26[base] Add C++ implementation of PeakDetection.find_peaks_in_frame and PeakDe...John Glover
2012-06-25[base] Add C++/Cython PeakDetection.frames and Frame.peaksJohn Glover
2012-03-22[base] updating Cython Frame and PeakDetection classesJohn Glover
2012-03-16add Cython base.Peak classJohn Glover
2012-03-16add Cython version of simpl base frame classJohn Glover
2012-03-08[setup, tests] whitespace tidy upJohn Glover
2012-01-27Remove license info from individual source files.John Glover
2011-08-29Tidy up PeakDetection::find_peaksJohn Glover
2011-08-27Add frame peaks iterators and tidy up PeakDetectionJohn Glover
2011-08-26frame refactorJohn Glover
2011-08-26Add simpl valgrind suppression fileJohn Glover
2011-08-26Add -gJohn Glover
2011-08-24Change frame objects to have pointers to number John Glover
2011-08-21bugfix: remove .o files instead of *oJohn Glover