Mercurial > hg > aimc
diff src/Support/SignalBank.h @ 135:0c492eada814
- Allow processing without re-initialization.
author | tom@acousticscale.org |
---|---|
date | Tue, 26 Oct 2010 04:48:56 +0000 |
parents | 47b009f2c936 |
children | 48e5fc566441 |
line wrap: on
line diff
--- a/src/Support/SignalBank.h Tue Oct 26 04:09:31 2010 +0000 +++ b/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_;