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

Function async_dialog_message

src/CardinalCommon.cpp:1241–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239}
1240
1241void async_dialog_message(const char* const message)
1242{
1243#ifndef HEADLESS_BEHAVIOUR
1244 asyncDialog::create(message);
1245#endif
1246}
1247
1248void async_dialog_message(const char* const message, const std::function<void()> action)
1249{

Callers 5

loadSelectionDialogFunction · 0.70
CarlaModuleMethod · 0.50
PrivateDataMethod · 0.50
IldaeilModuleFunction · 0.50
loadModelFromFileMethod · 0.50

Calls 1

createFunction · 0.85

Tested by

no test coverage detected