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

Method changeAmount

include/LabSound/extended/SfxrNode.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 std::shared_ptr<AudioParam> vibratoSpeed() const { return _vibratoSpeed; }
46
47 std::shared_ptr<AudioParam> changeAmount() const { return _changeAmount; }
48 std::shared_ptr<AudioParam> changeSpeed() const { return _changeSpeed; }
49
50 std::shared_ptr<AudioParam> squareDuty() const { return _squareDuty; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected