MCPcopy Create free account
hub / github.com/apohl79/audiogridder / ~Processor

Method ~Processor

Server/Source/Processor.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Processor::~Processor() {
64 unload();
65 stopAsyncFunctors();
66}
67
68String Processor::createPluginID(const PluginDescription& d) {
69 return d.pluginFormatName + "-" + String::toHexString(d.uniqueId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected