| 2257 | // -------------------------------------------------------------------------------------------------------------------- |
| 2258 | |
| 2259 | static 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 | |
| 2265 | static void host_ui_closed(const NativeHostHandle handle) |
| 2266 | { |
nothing calls this directly
no test coverage detected