Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-06 | [tests] Remove unnecessary code from test_synthesis. | John Glover | |
2012-07-03 | [synthesis] Fix SMSSynthesis (was using Peak data instead of tracked ↵ | John Glover | |
Partials). Add test for harmonic synthesis using sum of sines. | |||
2012-07-02 | [synthesis] Add C++ implemention of SMSSynthesis. | John Glover | |
2012-06-30 | Restructure class files. | John Glover | |
Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file. |