MCPcopy 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
675double Engine::getMeterAverage() {
676#ifndef HEADLESS
677 return internal->meterLastAverage;
678#else
679 return 0.0;
680#endif
681}
682
683
684double Engine::getMeterMax() {

Callers 8

stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected