#define PRIVATE
Attribute for private functions not intended to be called by plugins.
Definition common.hpp:32
std::string system(std::string filename="")
Returns the path of a system asset.
std::string user(std::string filename="")
Returns the path of a user asset.
std::string plugin(plugin::Plugin *plugin, std::string filename="")
Returns the path of an asset in the plugin's dir.
const char * filename
Definition logger.hpp:41
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
DSP processor instance for your module.
Definition Module.hpp:29