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

Method getCachedIndex

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

Source from the content-addressed store, hash-verified

71
72void ScriptingObjects::MidiList::assign(const int index, var newValue) { setValue(index, (int)newValue); }
73int ScriptingObjects::MidiList::getCachedIndex(const var &indexExpression) const { return (int)indexExpression; }
74var ScriptingObjects::MidiList::getAssignedValue(int index) const { return getValue(index); }
75
76DebugInformationBase* ScriptingObjects::MidiList::getChildElement(int index)

Callers

nothing calls this directly

Calls 6

StringClass · 0.50
isStringMethod · 0.45
toStringMethod · 0.45
indexOfMethod · 0.45
getNumParametersMethod · 0.45

Tested by

no test coverage detected