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

Method sendProcessorChangeMessage

hi_core/hi_core/GlobalAsyncModuleHandler.cpp:160–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void MainController::ProcessorChangeHandler::sendProcessorChangeMessage(Processor* changedProcessor, EventType type,
161 bool synchronous)
162{
163 tempProcessor = changedProcessor;
164 tempType = type;
165
166 if (synchronous)
167 handleAsyncUpdate();
168 else
169 triggerAsyncUpdate();
170}
171
172void MainController::ProcessorChangeHandler::handleAsyncUpdate()
173{

Callers 11

getOrCreateMethod · 0.80
clearMethod · 0.80
flushMethod · 0.80
disconnectMethod · 0.80
setIdMethod · 0.80
setBypassedMethod · 0.80
setIconColourMethod · 0.80
clearPresetMethod · 0.80

Calls 1

handleAsyncUpdateFunction · 0.50

Tested by

no test coverage detected