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

Method setBool

include/LabSound/core/AudioSetting.h:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 std::shared_ptr<AudioBus> valueBus() const { return _valBus; }
78
79 void setBool(bool v, bool notify = true)
80 {
81 if (v == _valb) return;
82 _valb = v;
83 if (notify && _valueChanged) _valueChanged();
84 }
85
86 void setFloat(float v, bool notify = true)
87 {

Callers 4

ADSRNodeMethod · 0.80
ConvolverNodeMethod · 0.80
setNormalizeMethod · 0.80
playMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected