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

Method frequency

src/extended/SupersawNode.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 return internalNode->detune;
187}
188std::shared_ptr<AudioParam> SupersawNode::frequency() const
189{
190 return internalNode->frequency;
191}
192std::shared_ptr<AudioSetting> SupersawNode::sawCount() const
193{
194 return internalNode->sawCount;

Callers 11

updateMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected