MCPcopy 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

2096plugin::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_ttlFunction · 0.45
PluginLv2Method · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
json_array_foreachFunction · 0.45
cloneActionMethod · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
onActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected