|
|
@@ -356,15 +356,15 @@ public: |
|
|
|
dispatcher(effSetChunk, 0 /* bank */, chunk.size(), fLastChunk, 0.0f); |
|
|
|
} |
|
|
|
|
|
|
|
// simulate an updateDisplay callback |
|
|
|
handleAudioMasterCallback(audioMasterUpdateDisplay, 0, 0, nullptr, 0.0f); |
|
|
|
|
|
|
|
#ifdef BUILD_BRIDGE |
|
|
|
const bool sendOsc(false); |
|
|
|
#else |
|
|
|
const bool sendOsc(pData->engine->isOscControlRegistered()); |
|
|
|
#endif |
|
|
|
pData->updateParameterValues(this, sendOsc, true, false); |
|
|
|
|
|
|
|
// simulate an updateDisplay callback |
|
|
|
handleAudioMasterCallback(audioMasterUpdateDisplay, 0, 0, nullptr, 0.0f); |
|
|
|
} |
|
|
|
|
|
|
|
void setProgram(const int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback) noexcept override |
|
|
|