Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewreeman/SpectralSuite
/ getScale
Method
getScale
FrequencyShift/Source/FrequencyShiftInteractor.cpp:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
float FrequencyShiftInteractor::getScale() const {
26
if (m_scale != nullptr) {
27
return *m_scale;
28
}
29
return 1.f;
30
}
31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected