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

Method setFloat

include/LabSound/core/AudioSetting.h:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void setFloat(float v, bool notify = true)
87 {
88 if (v == _valf) return;
89 _valf = v;
90 if (notify && _valueChanged) _valueChanged();
91 }
92
93 void setUint32(uint32_t v, bool notify = true)
94 {

Callers 15

ADSRNodeMethod · 0.80
setMethod · 0.80
DiodeNodeMethod · 0.80
setDistortionMethod · 0.80
shared_constructionMethod · 0.80
setMinDecibelsMethod · 0.80
setMaxDecibelsMethod · 0.80
setRefDistanceMethod · 0.80
setMaxDistanceMethod · 0.80
setRolloffFactorMethod · 0.80
setConeInnerAngleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected