MCPcopy Create free account
hub / github.com/apohl79/audiogridder / createPluginID

Method createPluginID

Server/Source/Processor.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68String Processor::createPluginID(const PluginDescription& d) {
69 return d.pluginFormatName + "-" + String::toHexString(d.uniqueId);
70}
71
72String Processor::createPluginIDWithName(const PluginDescription& d) {
73 return d.pluginFormatName + (d.name.isNotEmpty() ? "-" + d.name : "") + "-" + String::toHexString(d.uniqueId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected