summaryrefslogtreecommitdiff
path: root/tests/test_partial_tracking.cpp
AgeCommit message (Collapse)Author
2013-06-22[tests] Refactor partial tracking tests.John Glover
2013-06-15Add basic tests for SndObjPartialTracking.John Glover
Fix reading invalid memory address when looping over partials.
2013-06-07Fix memory leaks in partial tracking processesJohn Glover
2013-06-07Fix memory leaks in peak detection processesJohn Glover
2013-01-21[partial_tracking,sms] Fix bug in SMS partial tracking.John Glover
GetNextClosestPeak was missing peaks in some situations. Some general tidy up of SMS partial tracking code.
2013-01-11[tests] Tidy up test C++ tests.John Glover
All tests can now be run from a single executable called 'tests' (created in the build directory).
2012-10-24[mq] Add C++ MQPartialTracking classJohn Glover
2012-09-24[partial_tracking] Default to inharmonic partialJohn Glover
tracking mode in SMSPartialTracking. Add methods to SMSPartialTracking to allow realtime mode and harmonic mode to be switched on/off.
2012-09-12[partial_tracking] Bug fix: Add custom implementation of John Glover
Loris PartialBuilder::buildPartials that works in real-time.
2012-08-23[sndobj] Fix bug in SndObjSynthesis. Partial IDs were not being handled ↵John Glover
correctly, added new class based on AdSyn that does not rely on IDs.
2012-08-22[loris] Add C++ implementation of LorisPartialTracking.John Glover