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

Method detune

include/LabSound/core/OscillatorNode.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 std::shared_ptr<AudioParam> amplitude() { return m_amplitude; }
48 std::shared_ptr<AudioParam> frequency() { return m_frequency; }
49 std::shared_ptr<AudioParam> detune() { return m_detune; }
50 std::shared_ptr<AudioParam> bias() { return m_bias; }
51
52 std::shared_ptr<AudioParam> m_amplitude; // default 1.0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected