get plugin resource path
| 59 | |
| 60 | // get plugin resource path |
| 61 | std::string plugin(plugin::Plugin* plugin, std::string filename) { |
| 62 | DISTRHO_SAFE_ASSERT_RETURN(plugin != nullptr, {}); |
| 63 | return system::join(plugin->path, filename); |
| 64 | } |
| 65 | |
| 66 | // path to demo patch files |
| 67 | std::string patchesPath() { |
no outgoing calls
no test coverage detected