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

Method getSourceMod

hi_scripting/scripting/api/ScriptModulationMatrix.cpp:754–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754hise::Modulator* ScriptModulationMatrix::getSourceMod(const String& id) const
755{
756 auto index = getSourceIndex(id);
757
758 if (isPositiveAndBelow(index, sourceData.size()))
759 return sourceData[index]->mod.get();
760
761 return nullptr;
762}
763
764juce::ReferenceCountedObject* ScriptModulationMatrix::getSourceCable(const String& id) const
765{

Callers 8

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

Calls 3

isPositiveAndBelowFunction · 0.85
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected