MCPcopy 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
684double Engine::getMeterMax() {
685#ifndef HEADLESS
686 return internal->meterLastMax;
687#else
688 return 0.0;
689#endif
690}
691
692
693size_t Engine::getNumModules() {

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