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

Method parameterValue

src/internal/src/DynamicsCompressor.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67float DynamicsCompressor::parameterValue(unsigned parameterID)
68{
69 ASSERT(parameterID < ParamLast);
70 return m_parameters[parameterID];
71}
72
73void DynamicsCompressor::setEmphasisStageParameters(unsigned stageIndex, float gain, float normalizedFrequency /* 0 -> 1 */)
74{

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected