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

Method detune

include/LabSound/core/SampledAudioNode.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 std::shared_ptr<AudioParam> playbackRate() { return m_playbackRate; }
92 std::shared_ptr<AudioParam> detune() { return m_detune; }
93 std::shared_ptr<AudioParam> dopplerRate() { return m_dopplerRate; }
94
95 // returns the greatest sample index played back by any of the scheduled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected