MCPcopy Create free account
hub / github.com/LabSound/LabSound / ~ConvolverNode

Method ~ConvolverNode

src/core/ConvolverNode.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132ConvolverNode::~ConvolverNode()
133{
134 _kernels.clear();
135 lab::sp_destroy(&_sp);
136 uninitialize();
137}
138
139bool ConvolverNode::normalize() const
140{

Callers

nothing calls this directly

Calls 2

sp_destroyFunction · 0.85
clearMethod · 0.80

Tested by

no test coverage detected