MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / host_ui_parameter_changed

Function host_ui_parameter_changed

plugins/Cardinal/src/Ildaeil.cpp:2259–2263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2257// --------------------------------------------------------------------------------------------------------------------
2258
2259static void host_ui_parameter_changed(const NativeHostHandle handle, const uint32_t index, const float value)
2260{
2261 if (IldaeilWidget* const ui = static_cast<IldaeilWidget*>(static_cast<IldaeilModule*>(handle)->fUI))
2262 ui->changeParameterFromDSP(index, value);
2263}
2264
2265static void host_ui_closed(const NativeHostHandle handle)
2266{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected