MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / getShift

Method getShift

FrequencyShift/Source/FrequencyShiftInteractor.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18float FrequencyShiftInteractor::getShift() const {
19 if (m_shift != nullptr) {
20 return *m_shift;
21 }
22 return 0.0;
23}
24
25float FrequencyShiftInteractor::getScale() const {
26 if (m_scale != nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected