VCV Rack API v2
Loading...
Searching...
No Matches
common.hpp File Reference
#include <jansson.h>
#include <common.hpp>
#include <math.hpp>
#include <ui/common.hpp>
Include dependency graph for common.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  rack
 Root namespace for the Rack API.
 
namespace  rack::app
 Rack's custom UI widgets that control the Rack state and engine.
 

Variables

static const float rack::app::RACK_GRID_WIDTH = 15
 
static const float rack::app::RACK_GRID_HEIGHT = 380
 
static const math::Vec rack::app::RACK_GRID_SIZE = math::Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT)
 
static const math::Vec rack::app::RACK_OFFSET = RACK_GRID_SIZE.mult(math::Vec(2000, 100))