VCV Rack API v2
|
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)) |