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

Method callSync

hi_scripting/scripting/api/ScriptingApi.cpp:7834–7842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7832}
7833
7834void ScriptingApi::TransportHandler::Callback::callSync()
7835{
7836 auto ok = callback.callSync(args, numArgs);
7837
7838#if USE_BACKEND
7839 if(!ok.wasOk())
7840 debugError(dynamic_cast<Processor*>(jp), ok.getErrorMessage());
7841#endif
7842}
7843
7844struct ScriptingApi::TransportHandler::Wrapper
7845{

Callers 15

isValidMethod · 0.45
callRepaintMethod · 0.45
processTestMethod · 0.45
loadCustomUserPresetMethod · 0.45
saveCustomUserPresetMethod · 0.45
onCallbackSyncMethod · 0.45
prePresetLoadMethod · 0.45
doesProductIDMatchMethod · 0.45
callItemMethod · 0.45
getIndexForEventMethod · 0.45
killVoicesAndCallMethod · 0.45
callLogMethod · 0.45

Calls 2

wasOkMethod · 0.45
getErrorMessageMethod · 0.45

Tested by 1

processTestMethod · 0.36