Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getValue
Method
getValue
src/app/MenuBar.cpp:364–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
settings::knobScrollSensitivity = std::pow(2.f, value);
363
}
364
float getValue() override {
365
return std::log2(settings::knobScrollSensitivity);
366
}
367
float getMinValue() override {
368
return std::log2(1e-4f);
369
}
Callers
nothing calls this directly
Calls
1
log2
Function · 0.50
Tested by
no test coverage detected