MCPcopy Create free account
hub / github.com/DISTRHO/DPF / programLoaded

Function programLoaded

distrho/src/DistrhoUIInternal.hpp:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

programLoadedMethod · 0.80

Tested by

no test coverage detected