Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getMeterAverage
Method
getMeterAverage
src/override/Engine.cpp:675–681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
673
674
675
double Engine::getMeterAverage() {
676
#ifndef HEADLESS
677
return internal->meterLastAverage;
678
#else
679
return 0.0;
680
#endif
681
}
682
683
684
double Engine::getMeterMax() {
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