| 108 | Format& windowSize( size_t size ) { MonitorNode::Format::windowSize( size ); return *this; } |
| 109 | |
| 110 | size_t getFftSize() const { return mFftSize; } |
| 111 | dsp::WindowType getWindowType() const { return mWindowType; } |
| 112 | |
| 113 | // reimpl Node::Format |
no outgoing calls