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

Method onUpdateMessage

hi_scripting/scripting/api/ScriptModulationMatrix.cpp:568–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568void ScriptModulationMatrix::onUpdateMessage(ScriptModulationMatrix& m, const String& source, const String& target, ConnectionEvent eventType)
569{
570 if (m.connectionCallback)
571 {
572 static const StringArray eventNames = {
573 "Add",
574 "Delete",
575 "Update",
576 "Intensity",
577 "ValueMode",
578 "Rebuild"
579 };
580
581 m.connectionCallback.call({ var(source), var(target), var(eventNames[(int)eventType]) });
582 }
583}
584
585
586

Callers

nothing calls this directly

Calls 2

varFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected