MCPcopy 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

setTypeMethod · 0.80
PowerMonitorNodeMethod · 0.80
windowSizeMethod · 0.80
setWindowSizeMethod · 0.80
setTypeMethod · 0.80
SupersawNodeMethod · 0.80
ClipNodeMethod · 0.80
setModeMethod · 0.80
setTypeMethod · 0.80
shared_constructionMethod · 0.80
setFftSizeMethod · 0.80
setTypeMethod · 0.80

Calls

no outgoing calls

Tested by 1

setWindowSizeMethod · 0.64