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

Method valueBool

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

Source from the content-addressed store, hash-verified

72 }
73
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; }

Callers 2

processMethod · 0.80
normalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected