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

Function osc_show_handler

distrho/src/DistrhoUIDSSI.cpp:351–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351int osc_show_handler(const char*, const char*, lo_arg**, int, lo_message, void*)
352{
353 d_debug("osc_show_handler()");
354
355 initUiIfNeeded();
356
357 globalUI->dssiui_show();
358
359 return 0;
360}
361
362int osc_hide_handler(const char*, const char*, lo_arg**, int, lo_message, void*)
363{

Callers

nothing calls this directly

Calls 3

d_debugFunction · 0.85
initUiIfNeededFunction · 0.85
dssiui_showMethod · 0.80

Tested by

no test coverage detected