Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
AudioParam::~AudioParam() {}
37
38
float AudioParam::value() const
39
{
40
return static_cast<float>(m_value);
41
}
42
43
void AudioParam::setValue(float value)
44
{
Callers
15
process
Method · 0.45
processPolyBLEP
Method · 0.45
update
Method · 0.45
distanceConeGain
Method · 0.45
process
Method · 0.45
setGrainSource
Method · 0.45
process
Method · 0.45
laser
Method · 0.45
mutate
Method · 0.45
randomize
Method · 0.45
process
Method · 0.45
totalPitchRate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected