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

Method process

hi_scripting/scripting/api/ScriptLorisManager.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void ScriptLorisManager::process(var file, String command, var data)
104{
105 initThreadController();
106
107 if(auto sf = dynamic_cast<ScriptingObjects::ScriptFile*>(file.getObject()))
108 lorisManager->process(sf->f, command, JSON::toString(data));
109}
110
111
112void ScriptLorisManager::processCustom(var file, var processCallback)

Callers 6

renderVoiceMethod · 0.45
renderWholeBufferMethod · 0.45
applyEffectMethod · 0.45
calculateBlockMethod · 0.45

Calls 2

toStringFunction · 0.50
getObjectMethod · 0.45

Tested by

no test coverage detected