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

Method value

src/core/AudioParam.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36AudioParam::~AudioParam() {}
37
38float AudioParam::value() const
39{
40 return static_cast<float>(m_value);
41}
42
43void AudioParam::setValue(float value)
44{

Callers 15

processMethod · 0.45
processPolyBLEPMethod · 0.45
updateMethod · 0.45
distanceConeGainMethod · 0.45
processMethod · 0.45
setGrainSourceMethod · 0.45
processMethod · 0.45
laserMethod · 0.45
mutateMethod · 0.45
randomizeMethod · 0.45
processMethod · 0.45
totalPitchRateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected