You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
410B

  1. #include "rack.hpp"
  2. using namespace rack;
  3. namespace rack_plugin_Edge {
  4. }
  5. RACK_PLUGIN_DECLARE(Edge);
  6. #if defined(USE_VST2) && !defined(RACK_PLUGIN_SHARED)
  7. #define plugin "Edge"
  8. #endif // USE_VST2
  9. namespace rack_plugin_Edge {
  10. const NVGcolor BLUE = nvgRGBA(42, 87, 117, 255);
  11. const NVGcolor RED = nvgRGBA(205, 31, 0, 255);
  12. const NVGcolor YELLOW = nvgRGBA(255, 233, 0, 255);
  13. } // namespace rack_plugin_Edge