MCPcopy Create free account
hub / github.com/christophhart/HISE / getCurrentLevel

Method getCurrentLevel

hi_scripting/scripting/api/ScriptingApiObjects.cpp:2908–2916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2906}
2907
2908float ScriptingObjects::ScriptingModulator::getCurrentLevel()
2909{
2910 if (checkValidObject())
2911 {
2912 return m->getProcessor()->getDisplayValues().outL;
2913 }
2914
2915 return 0.f;
2916}
2917
2918String ScriptingObjects::ScriptingModulator::exportState()
2919{

Callers

nothing calls this directly

Calls 2

getDisplayValuesMethod · 0.80
getProcessorMethod · 0.45

Tested by

no test coverage detected