VCV Rack API v2
|
#include <app/common.hpp>
#include <app/LedDisplay.hpp>
#include <ui/Menu.hpp>
#include <app/SvgButton.hpp>
#include <audio.hpp>
Go to the source code of this file.
Classes | |
struct | rack::app::AudioDriverChoice |
struct | rack::app::AudioDeviceChoice |
struct | rack::app::AudioSampleRateChoice |
struct | rack::app::AudioBlockSizeChoice |
struct | rack::app::AudioDeviceMenuChoice |
struct | rack::app::AudioDisplay |
Designed for Audio-8 and Audio-16 module. More... | |
struct | rack::app::AudioButton |
A virtual audio port graphic that displays an audio 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::appendAudioMenu (ui::Menu *menu, audio::Port *port) |
Appends menu items to the given menu with driver, device, etc. | |