#define PRIVATE
Attribute for private functions not intended to be called by plugins.
Definition common.hpp:32
 
Handles common path locations.
Definition asset.hpp:19
 
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.
 
High-performance classes handling modules and voltage signals between them.
Definition asset.hpp:13
 
const char * filename
Definition logger.hpp:41
 
Loads and manages Rack plugins.
Definition asset.hpp:8
 
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
 
DSP processor instance for your module.
Definition Module.hpp:29