MCPcopy Create free account
hub / github.com/LabSound/LabSound / addParam

Method addParam

src/core/AudioNodeOutput.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void AudioNodeOutput::addParam(ContextGraphLock & g, std::shared_ptr<AudioParam> param)
191{
192 if (!param)
193 return;
194
195 m_params.insert(param);
196}
197
198void AudioNodeOutput::removeParam(ContextGraphLock & g, std::shared_ptr<AudioParam> param)
199{

Callers 1

connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected