Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ setUint32
Method
setUint32
include/LabSound/core/AudioSetting.h:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void setUint32(uint32_t v, bool notify = true)
94
{
95
if (v == _vali) return;
96
_vali = v;
97
if (notify && _valueChanged) _valueChanged();
98
}
99
100
void setEnumeration(int v, bool notify = true)
101
{
Callers
15
setType
Method · 0.80
PowerMonitorNode
Method · 0.80
windowSize
Method · 0.80
setWindowSize
Method · 0.80
setType
Method · 0.80
SupersawNode
Method · 0.80
ClipNode
Method · 0.80
setMode
Method · 0.80
setType
Method · 0.80
shared_construction
Method · 0.80
setFftSize
Method · 0.80
setType
Method · 0.80
Calls
no outgoing calls
Tested by
1
setWindowSize
Method · 0.64