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

Method flush

hi_scripting/scripting/api/ScriptingApiObjects.cpp:9286–9295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9284
9285
9286void ScriptingObjects::ScriptBuilder::flush()
9287{
9288 flushed = true;
9289
9290 auto synthChain = getScriptProcessor()->getMainController_()->getMainSynthChain();
9291
9292 synthChain->sendRebuildMessage(true);
9293
9294 getScriptProcessor()->getMainController_()->getProcessorChangeHandler().sendProcessorChangeMessage(synthChain, MainController::ProcessorChangeHandler::EventType::RebuildModuleList, false);
9295}
9296
9297struct ScriptingObjects::ScriptErrorHandler::Wrapper
9298{

Callers 15

callRepaintMethod · 0.45
encryptMethod · 0.45
encodeExpansionMethod · 0.45
runMethod · 0.45
writeEncryptedObjectMethod · 0.45
flushTemporaryFileMethod · 0.45
callWithGraphicsMethod · 0.45
setPathAsVariableMethod · 0.45
internalRepaintIdleMethod · 0.45

Calls 4

getMainController_Method · 0.80
getMainSynthChainMethod · 0.45
sendRebuildMessageMethod · 0.45

Tested by

no test coverage detected