VCV Rack API v2
Loading...
Searching...
No Matches
Browser.hpp
Go to the documentation of this file.
1#pragma once
2#include <app/common.hpp>
3#include <widget/Widget.hpp>
4
5
6namespace rack {
7namespace app {
8
9
12
13
14} // namespace app
15} // namespace rack
#define PRIVATE
Attribute for private functions not intended to be called by plugins.
Definition common.hpp:32
PRIVATE void browserInit()
PRIVATE widget::Widget * browserCreate()
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
A node in the 2D scene graph.
Definition Widget.hpp:21