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

Method frequency

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

Source from the content-addressed store, hash-verified

46
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected