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

Method createPluginIDDepricated

Server/Source/Processor.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76String Processor::createPluginIDDepricated(const PluginDescription& d) {
77 return d.pluginFormatName + (d.name.isNotEmpty() ? "-" + d.name : "") + "-" + String::toHexString(d.deprecatedUid);
78}
79
80String Processor::convertJUCEtoAGPluginID(const String& id) {
81 // JUCE uses the fromat: <AU|VST|VST3>-<Name>-<File Name Hash>-<Plugin ID>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected