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

Method onCallbackSync

hi_scripting/scripting/api/ScriptExpansion.cpp:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void ScriptUserPresetHandler::AttachedCallback::onCallbackSync(AttachedCallback& c, var* args)
324{
325 if (c.customUpdateCallback)
326 c.customUpdateCallback.callSync(args, 2, nullptr);
327}
328
329void ScriptUserPresetHandler::AttachedCallback::onCallbackAsync(AttachedCallback& c, int index, float newValue)
330{

Callers

nothing calls this directly

Calls 1

callSyncMethod · 0.45

Tested by

no test coverage detected