| 71 | |
| 72 | void ScriptingObjects::MidiList::assign(const int index, var newValue) { setValue(index, (int)newValue); } |
| 73 | int ScriptingObjects::MidiList::getCachedIndex(const var &indexExpression) const { return (int)indexExpression; } |
| 74 | var ScriptingObjects::MidiList::getAssignedValue(int index) const { return getValue(index); } |
| 75 | |
| 76 | DebugInformationBase* ScriptingObjects::MidiList::getChildElement(int index) |
nothing calls this directly
no test coverage detected