Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getMaxValue
Method
getMaxValue
src/app/MenuBar.cpp:370–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
return std::log2(1e-4f);
369
}
370
float getMaxValue() override {
371
return std::log2(1e-2f);
372
}
373
float getDefaultValue() override {
374
return std::log2(1e-3f);
375
}
Callers
nothing calls this directly
Calls
1
log2
Function · 0.50
Tested by
no test coverage detected