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

Method getConnectionData

hi_scripting/scripting/api/ScriptModulationMatrix.cpp:388–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388juce::var ScriptModulationMatrix::getConnectionData(String componentId)
389{
390 Array<var> data;
391
392 for (auto t : targetData)
393 {
394 if (t->componentId == componentId || componentId.isEmpty())
395 data.addArray(*t->getConnectionData().getArray());
396 }
397
398 return var(data);
399}
400
401void ScriptModulationMatrix::updateConnectionData(var connectionList)
402{

Callers 1

exportAsValueTreeMethod · 0.80

Calls 14

varFunction · 0.85
getOriginalModulatorMethod · 0.80
getValueModeValueMethod · 0.80
forEachFunction · 0.50
isEmptyMethod · 0.45
addArrayMethod · 0.45
getArrayMethod · 0.45
isConnectedMethod · 0.45
setPropertyMethod · 0.45
getIdMethod · 0.45
getIntensityValueMethod · 0.45
getAttributeMethod · 0.45

Tested by

no test coverage detected