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

Method getValueModeData

hi_scripting/scripting/api/ScriptModulationMatrix.cpp:541–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541juce::var ScriptModulationMatrix::getValueModeData(String sourceId, String targetId)
542{
543 for (auto t : targetData)
544 {
545 if (t->modId == targetId)
546 return t->getValueModeData(sourceId);
547 }
548
549 return {};
550}
551
552void ScriptModulationMatrix::setUseUndoManager(bool shouldUseUndoManager)
553{

Callers

nothing calls this directly

Calls 12

varFunction · 0.85
getSourceModMethod · 0.80
getOriginalModulatorMethod · 0.80
getValueModeValueMethod · 0.80
getSourceCableMethod · 0.80
containsTargetMethod · 0.80
forEachFunction · 0.50
getChildProcessorMethod · 0.45
getModeMethod · 0.45
addMethod · 0.45
setPropertyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected