Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-11 | Updating residual test | John Glover | |
2010-12-09 | Fixed bug in SMS peak detection - find_peaks was leaking memory wen saving ↵ | John Glover | |
peaks, and a pointer assignment in find_peaks could lead to a double free in freeAnalysis/freeSpectralPeaks. | |||
2010-12-08 | Removed limitation on number of SMS instances that can be created at once. ↵ | John Glover | |
The new libsms memory management code in v1.15 fixes this issue | |||
2010-12-08 | Fixed a SMS issue in sms_initSynth where having a hop size that was not a ↵ | John Glover | |
power of 2 would stop execution. Fixed another SMS test. | |||
2010-12-03 | Fixed bug in harmDetection.c, added more SMS tests | John Glover | |
2010-12-02 | Fixed some memory bugs in SMS caused by incorrect array boundary checking | John Glover | |
2010-12-01 | Fixed some memory management problems in the SMS analysis process | John Glover | |
2010-11-24 | Updated libsms to the latest version (1.15), includes some memory management ↵ | John Glover | |
improvements/simplifications but the basic API is the same. Also started updating the unit tests, which will now use the nose framework | |||
2010-11-08 | SMS partial tracking bug fixes | John Glover | |
2010-11-04 | Fixed a couple of SMSPeakDetection bugs and updated the unit tests | John Glover | |
2010-10-21 | Changed from floats to doubles in the C/C++ code, makes Python integration a ↵ | John Glover | |
bit easier. Fixed a bug that would cause SndObjSynthesis to crash if peak values were floats. |