| 166 | |
| 167 | #if DISTRHO_PLUGIN_WANT_PROGRAMS |
| 168 | void programLoaded(const uint32_t index) |
| 169 | { |
| 170 | DISTRHO_SAFE_ASSERT_RETURN(ui != nullptr,); |
| 171 | |
| 172 | ui->programLoaded(index); |
| 173 | } |
| 174 | #endif |
| 175 | |
| 176 | #if DISTRHO_PLUGIN_WANT_STATE |
nothing calls this directly
no test coverage detected