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