Mercurial > hg > aimc
diff trunk/src/Support/SignalBank.h @ 420:733a11a65f3d
- Allow processing without re-initialization.
author | tom@acousticscale.org |
---|---|
date | Tue, 26 Oct 2010 04:48:56 +0000 |
parents | 7a573750b186 |
children | f2dd5788e1d8 |
line wrap: on
line diff
--- a/trunk/src/Support/SignalBank.h Tue Oct 26 04:09:31 2010 +0000 +++ b/trunk/src/Support/SignalBank.h Tue Oct 26 04:48:56 2010 +0000 @@ -99,6 +99,7 @@ void set_centre_frequency(int i, float cf); bool initialized() const; int channel_count() const; + void Clear(); private: int channel_count_; int buffer_length_;