| 61 | } |
| 62 | |
| 63 | Processor::~Processor() { |
| 64 | unload(); |
| 65 | stopAsyncFunctors(); |
| 66 | } |
| 67 | |
| 68 | String Processor::createPluginID(const PluginDescription& d) { |
| 69 | return d.pluginFormatName + "-" + String::toHexString(d.uniqueId); |
nothing calls this directly
no outgoing calls
no test coverage detected