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

Method distortion

include/LabSound/extended/DiodeNode.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 void setDistortion(float distortion = 1.0);
40
41 std::shared_ptr<AudioSetting> distortion() const { return _distortion; };
42 std::shared_ptr<AudioSetting> vb() const { return _vb; };
43 std::shared_ptr<AudioSetting> vl() const { return _vl; }
44};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected