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

Method call

hi_scripting/scripting/api/ScriptingApi.cpp:7812–7822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7810}
7811
7812void ScriptingApi::TransportHandler::Callback::call(var arg1, var arg2, var arg3, bool forceSync)
7813{
7814 args[0] = arg1;
7815 args[1] = arg2;
7816 args[2] = arg3;
7817
7818 if (synchronous || forceSync)
7819 callSync();
7820 else
7821 sendPooledChangeMessage();
7822}
7823
7824void ScriptingApi::TransportHandler::Callback::callAsync()
7825{

Callers 15

controlCallbackMethod · 0.45
executeQueueMethod · 0.45
stopMethod · 0.45
runMethod · 0.45
onUpdateMessageMethod · 0.45
callFinishCallbackMethod · 0.45
sendMessageMethod · 0.45
showYesNoWindowMethod · 0.45
callUpdateCallbackMethod · 0.45
sendCallbackMethod · 0.45
browseInternallyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected