VCV Rack API v2
|
#include <app/common.hpp>
#include <app/LedDisplay.hpp>
#include <ui/Menu.hpp>
#include <app/SvgButton.hpp>
#include <midi.hpp>
Go to the source code of this file.
Classes | |
struct | rack::app::MidiDriverChoice |
struct | rack::app::MidiDeviceChoice |
struct | rack::app::MidiChannelChoice |
struct | rack::app::MidiDisplay |
struct | rack::app::MidiButton |
A virtual MIDI port graphic that displays an MIDI menu when clicked. More... | |
Namespaces | |
namespace | rack |
Root namespace for the Rack API. | |
namespace | rack::app |
Rack's custom UI widgets that control the Rack state and engine. | |
Functions | |
void | rack::app::appendMidiMenu (ui::Menu *menu, midi::Port *port) |
Appends menu items to the given menu with driver, device, etc. | |