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

Method ~ReverbKernel

src/core/ConvolverNode.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92ConvolverNode::ReverbKernel::~ReverbKernel()
93{
94 if (ft)
95 lab::sp_ftbl_destroy(&ft);
96
97 if (conv)
98 lab::sp_conv_destroy(&conv);
99}
100
101//------------------------------------------------------------------------------
102

Callers

nothing calls this directly

Calls 2

sp_ftbl_destroyFunction · 0.85
sp_conv_destroyFunction · 0.85

Tested by

no test coverage detected