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

Method valueBus

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

Source from the content-addressed store, hash-verified

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)
80 {

Callers 8

setGrainSourceMethod · 0.80
renderSampleMethod · 0.80
processMethod · 0.80
totalPitchRateMethod · 0.80
setNormalizeMethod · 0.80
_activateNewImpulseMethod · 0.80
getImpulseMethod · 0.80
getGrainSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected