Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
ConvolverNode::~ConvolverNode()
133
{
134
_kernels.clear();
135
lab::sp_destroy(&_sp);
136
uninitialize();
137
}
138
139
bool ConvolverNode::normalize() const
140
{
Callers
nothing calls this directly
Calls
2
sp_destroy
Function · 0.85
clear
Method · 0.80
Tested by
no test coverage detected