| 194 | } |
| 195 | |
| 196 | void SpectralMonitorNode::reset(ContextRenderLock &) |
| 197 | { |
| 198 | internalNode->setWindowSize(internalNode->windowSize->valueUint32()); |
| 199 | } |
| 200 | |
| 201 | void SpectralMonitorNode::spectralMag(std::vector<float> & result) |
| 202 | { |
nothing calls this directly
no test coverage detected