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

Method getParameterFromName

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:419–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419NodeBase::Parameter* NodeBase::getParameterFromName(const String& id) const
420{
421 for (auto p : parameters)
422 if (p->getId() == id)
423 return p;
424
425 return nullptr;
426}
427
428
429NodeBase::Parameter* NodeBase::getParameterFromIndex(int index) const

Callers 8

addNewParameterMethod · 0.80
paintMethod · 0.80
addMacroConnectionMethod · 0.80
connectToBypassMethod · 0.80
MacroParameterSliderMethod · 0.80
buttonClickedMethod · 0.80

Calls 1

getIdMethod · 0.45

Tested by

no test coverage detected