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

Method canConnect

hi_scripting/scripting/api/ScriptModulationMatrix.cpp:377–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377bool ScriptModulationMatrix::canConnect(String source, String target)
378{
379 for (auto t : targetData)
380 {
381 if (t->modId == target)
382 return t->canConnect(source);
383 }
384
385 return false;
386}
387
388juce::var ScriptModulationMatrix::getConnectionData(String componentId)
389{

Callers

nothing calls this directly

Calls 5

getSourceModMethod · 0.80
getOriginalModulatorMethod · 0.80
getSourceCableMethod · 0.80
containsTargetMethod · 0.80
forEachFunction · 0.50

Tested by

no test coverage detected