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

Method initPortGroup

distrho/src/DistrhoPlugin.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181void Plugin::initParameter(uint32_t, Parameter&) {}
182
183void Plugin::initPortGroup(const uint32_t groupId, PortGroup& portGroup)
184{
185 fillInPredefinedPortGroupData(groupId, portGroup);
186}
187
188#if DISTRHO_PLUGIN_WANT_PROGRAMS
189void Plugin::initProgramName(uint32_t, String&) {}

Callers 1

PluginExporterFunction · 0.80

Calls 1

Tested by

no test coverage detected