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

Method detune

src/extended/SupersawNode.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184std::shared_ptr<AudioParam> SupersawNode::detune() const
185{
186 return internalNode->detune;
187}
188std::shared_ptr<AudioParam> SupersawNode::frequency() const
189{
190 return internalNode->frequency;

Callers 2

updateMethod · 0.45
playMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected