9#define CHECKMARK_STRING "✔" 
   10#define CHECKMARK(_cond) ((_cond) ? CHECKMARK_STRING : "") 
   13#define RIGHT_ARROW "▸" 
#define PRIVATE
Attribute for private functions not intended to be called by plugins.
Definition common.hpp:32
 
void setTheme(NVGcolor bg, NVGcolor fg)
 
void refreshTheme()
Sets theme from settings.
 
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9