Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ createModule
Method
createModule
lv2export/includes/rack.hpp:2098–2100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2096
plugin::Model* createModel(std::string) {
2097
struct TModel : plugin::Model {
2098
engine::Module* createModule() override {
2099
return new TModule;
2100
}
2101
};
2102
return new TModel;
2103
}
Callers
12
lv2_generate_ttl
Function · 0.45
PluginLv2
Method · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
json_array_foreach
Function · 0.45
cloneAction
Method · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
onAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected