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

Method bias

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

Source from the content-addressed store, hash-verified

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
53 std::shared_ptr<AudioParam> m_frequency; // hz

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected