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

Function fileBrowserCreate

src/CardinalRemote/main.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66const char* getPluginFormatName() noexcept { return "Remote"; }
67
68FileBrowserHandle fileBrowserCreate(bool, ulong, double, const FileBrowserOptions&) { return nullptr; }
69
70uint32_t Plugin::getBufferSize() const noexcept { return 128; }
71double Plugin::getSampleRate() const noexcept { return 48000; }

Callers 7

async_dialog_filebrowserFunction · 0.85
async_dialog_filebrowserFunction · 0.85
async_dialog_filebrowserFunction · 0.85
async_dialog_filebrowserFunction · 0.85
async_dialog_filebrowserFunction · 0.85
async_dialog_filebrowserFunction · 0.85
async_dialog_filebrowserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected