Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ bus
Method
bus
src/core/AudioParam.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using namespace lab;
18
19
AudioBus const* const AudioParam::bus() const
20
{
21
return m_internalSummingBus.get();
22
}
23
24
25
const double AudioParam::DefaultSmoothingConstant = 0.05;
Callers
15
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
processPolyBLEP
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
Calls
1
get
Method · 0.80
Tested by
1
process
Method · 0.36