MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / parameterValueChanged

Method parameterValueChanged

Source/Panels/SpectrogramPanel/FilterControl.cpp:426–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void FilterControl::parameterValueChanged(int parameterIndex, float newValue)
427{
428 // When a parameter changes (on ANY thread), we simply trigger an async update.
429 // This is a very lightweight, non-blocking, and thread-safe call.
430 // It posts a message to the message queue, ensuring handleAsyncUpdate()
431 // will be called safely on the message thread.
432 triggerAsyncUpdate();
433}
434
435void FilterControl::handleAsyncUpdate()
436{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected