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

Method getSourceCable

hi_scripting/scripting/api/ScriptModulationMatrix.cpp:764–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764juce::ReferenceCountedObject* ScriptModulationMatrix::getSourceCable(const String& id) const
765{
766 auto index = getSourceIndex(id);
767
768 if (isPositiveAndBelow(index, sourceData.size()))
769 return sourceData[index]->cable.get();
770
771 return nullptr;
772}
773
774ScriptModulationMatrix::TargetDataBase::TargetDataBase(ScriptModulationMatrix* p, const var& json, bool isMod_) :
775 SimpleTimer(p->getMainController()->getGlobalUIUpdater()),

Callers 8

updateConnectionDataMethod · 0.80
connectMethod · 0.80
updateIntensityMethod · 0.80
updateValueModeMethod · 0.80
canConnectMethod · 0.80
getValueModeDataMethod · 0.80

Calls 3

isPositiveAndBelowFunction · 0.85
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected