| 9284 | |
| 9285 | |
| 9286 | void 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 | |
| 9297 | struct ScriptingObjects::ScriptErrorHandler::Wrapper |
| 9298 | { |
no test coverage detected