Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getMeterMax
Method
getMeterMax
src/override/Engine.cpp:684–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
682
683
684
double Engine::getMeterMax() {
685
#ifndef HEADLESS
686
return internal->meterLastMax;
687
#else
688
return 0.0;
689
#endif
690
}
691
692
693
size_t Engine::getNumModules() {
Callers
8
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected