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

Method frequency

include/LabSound/extended/PolyBLEPNode.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 std::shared_ptr<AudioParam> amplitude() { return m_amplitude; }
77 std::shared_ptr<AudioParam> frequency() { return m_frequency; }
78
79 std::shared_ptr<AudioParam> m_amplitude; // default 1.0
80 std::shared_ptr<AudioParam> m_frequency; // hz

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected