summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-06-23Update gitignoreJohn Glover
2013-01-15[tests] Add test audio sample (flute.wav) to repo.John Glover
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-09-12[gitignore] Ignore .aiff and .sdif filesJohn Glover
2012-09-11[base, peak_detection] Allow blocks of samplesJohn Glover
smaller than the frame size to be copied to Frame objects. Remove unused code from Peak objects relating to old Partials objects. Manage memory for sample arrays in Frame objects if operating in non-real-time.
2012-09-09[cmake] Use variable to decide whether to build tests or not. Can be set ↵John Glover
with -D BUILD_TESTS=yes.
2012-07-20Ignore .json and .wav files in test directory.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 ↵John Glover
Partials). Add test for harmonic synthesis using sum of sines.
2012-07-02[gitignore] Ignore generated test data.John Glover
2012-06-30[simpl] Remove sndobj_wrap.cpp (generated from SWIG, shouldn't be in repo).John Glover
2012-03-16add Cython version of simpl base frame classJohn Glover
2012-01-20tidy up ignore file slightlyJohn Glover
2011-08-26ignore testbase.dSYMJohn Glover
2011-08-19Add initial C++ unit testsJohn Glover
2011-07-08Start adding Loris filesJohn Glover
2011-06-24Ignore distuils/pip filesJohn Glover
2010-12-08Updated to include files generated by SWIG and a few other file typesJohn Glover
2010-10-18Moving project over to GitJohn Glover