diff options
author | John Glover <j@johnglover.net> | 2012-09-11 13:21:49 +0200 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-09-11 13:21:49 +0200 |
commit | a2cc58647900f3888838a9016f5d9d37c8160569 (patch) | |
tree | 0948df9baf6e83877da27be15092ac95a313df85 /.gitignore | |
parent | 1afaa87774ef8f3b8d29f085f1771c9593f887ec (diff) | |
download | simpl-a2cc58647900f3888838a9016f5d9d37c8160569.tar.gz simpl-a2cc58647900f3888838a9016f5d9d37c8160569.tar.bz2 simpl-a2cc58647900f3888838a9016f5d9d37c8160569.zip |
[base, peak_detection] Allow blocks of samples
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -2,6 +2,7 @@ Icon? Thumbs.db *.swp +*.wav # Distutils/pip files build @@ -13,14 +14,6 @@ build_release *.o *.so *.os -*_wrap.c -*_wrap.cc -*_wrap.cpp -*_wrap.h - -# Files generated by SWIG -simpl/simplsndobj.py -simpl/simplsms.py # Files generated by Cython simpl/base.cpp |