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

Method getParameter

hi_scripting/scripting/ScriptProcessor.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 float ProcessorWithScriptingContent::ContentParameterHandler::getParameter(int index) const
108 {
109 return p.getControlValue(index);
110 }
111
112 int ProcessorWithScriptingContent::ContentParameterHandler::getNumParameters() const
113 {

Callers 3

PeakMeter.jsFile · 0.45
getAttributeFunction · 0.45
getAttributeMethod · 0.45

Calls 1

getControlValueMethod · 0.80

Tested by

no test coverage detected