Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ getImpulse
Method
getImpulse
src/core/ConvolverNode.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
std::shared_ptr<AudioBus> ConvolverNode::getImpulse() const
234
{
235
return _impulseResponseClip->valueBus();
236
}
237
238
void ConvolverNode::process(ContextRenderLock & r, int bufferSize)
239
{
Callers
nothing calls this directly
Calls
1
valueBus
Method · 0.80
Tested by
no test coverage detected