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

Method setParameterValue

src/internal/src/DynamicsCompressor.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void DynamicsCompressor::setParameterValue(unsigned parameterID, float value)
33{
34 ASSERT(parameterID < ParamLast);
35 if (parameterID < ParamLast)
36 m_parameters[parameterID] = value;
37}
38
39void DynamicsCompressor::initializeParameters()
40{

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected