diff options
author | John Glover <j@johnglover.net> | 2012-07-03 17:27:12 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-07-03 17:27:12 +0100 |
commit | 23a5f9888e4c28ff5273b16e984caff32caeac69 (patch) | |
tree | dc4111d13217b0e5cbf594a0dd167f5f8da9a703 /.gitignore | |
parent | 9d5c3da8942305461d42627d686abdeac7fba30c (diff) | |
download | simpl-23a5f9888e4c28ff5273b16e984caff32caeac69.tar.gz simpl-23a5f9888e4c28ff5273b16e984caff32caeac69.tar.bz2 simpl-23a5f9888e4c28ff5273b16e984caff32caeac69.zip |
[synthesis] Fix SMSSynthesis (was using Peak data instead of tracked Partials). Add test for harmonic synthesis using sum of sines.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,4 +33,5 @@ tests/audio tests/testbase tests/testbase.dSYM tests/libsms_test_data.json -tests/libsms_harmonic_synthesis.wav +tests/libsms_harmonic_synthesis_ifft.wav +tests/libsms_harmonic_synthesis_sin.wav |