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

Method getAttribute

hi_scripting/scripting/ScriptProcessorModules.cpp:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800{ return 0; }
801
802float JavascriptMasterEffect::getAttribute(int index) const
803{
804 return getCurrentNetworkParameterHandler(&contentParameterHandler)->getParameter(index);
805}
806
807void JavascriptMasterEffect::setInternalAttribute(int index, float newValue)
808{

Callers

nothing calls this directly

Calls 2

getAttributeFunction · 0.70
getParameterMethod · 0.45

Tested by

no test coverage detected