void appendMidiMenu(ui::Menu *menu, midi::Port *port)
Appends menu items to the given menu with driver, device, etc.
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Definition LedDisplay.hpp:22
Definition LedDisplay.hpp:17
Definition LedDisplay.hpp:12
Definition MidiDisplay.hpp:27
void onAction(const ActionEvent &e) override
midi::Port * port
Definition MidiDisplay.hpp:28
void step() override
Advances the module by one frame.
Definition MidiDisplay.hpp:20
void step() override
Advances the module by one frame.
midi::Port * port
Definition MidiDisplay.hpp:21
void onAction(const ActionEvent &e) override
Definition MidiDisplay.hpp:34
LedDisplaySeparator * driverSeparator
Definition MidiDisplay.hpp:36
MidiDeviceChoice * deviceChoice
Definition MidiDisplay.hpp:37
MidiChannelChoice * channelChoice
Definition MidiDisplay.hpp:39
LedDisplaySeparator * deviceSeparator
Definition MidiDisplay.hpp:38
MidiDriverChoice * driverChoice
Definition MidiDisplay.hpp:35
void setMidiPort(midi::Port *port)
Definition MidiDisplay.hpp:13
void step() override
Advances the module by one frame.
void onAction(const ActionEvent &e) override
midi::Port * port
Definition MidiDisplay.hpp:14
A handle to a Device, typically owned by modules to have shared access to a single Device.
Definition midi.hpp:195