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

Method sendUpdateMessage

hi_scripting/scripting/api/ScriptModulationMatrix.cpp:560–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void ScriptModulationMatrix::sendUpdateMessage(String source, String target, ConnectionEvent eventType)
561{
562 if (!connectionCallback)
563 return;
564
565 broadcaster.sendMessage(deferRefresh ? dontSendNotification : sendNotificationAsync, source, target, eventType);
566}
567
568void ScriptModulationMatrix::onUpdateMessage(ScriptModulationMatrix& m, const String& source, const String& target, ConnectionEvent eventType)
569{

Callers 1

connectMethod · 0.45

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected