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

Method valueUint32

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

Source from the content-addressed store, hash-verified

74 bool valueBool() const { return _valb; }
75 float valueFloat() const { return _valf; }
76 uint32_t valueUint32() const { return _vali; }
77 std::shared_ptr<AudioBus> valueBus() const { return _valBus; }
78
79 void setBool(bool v, bool notify = true)

Callers 15

typeMethod · 0.80
processMethod · 0.80
windowSizeMethod · 0.80
processMethod · 0.80
processMethod · 0.80
resetMethod · 0.80
spectralMagMethod · 0.80
windowSizeMethod · 0.80
PolyBLEPNodeMethod · 0.80
typeMethod · 0.80
processPolyBLEPMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by 4

processMethod · 0.64
resetMethod · 0.64
spectralMagMethod · 0.64
windowSizeMethod · 0.64