#include <cstdint>
#include <string>
Go to the source code of this file.
|
static void | clamp_to_0_127 (uint8_t &val) |
|
void | build_controller_menu (Gtk::Menu &menu, ARDOUR::InstrumentInfo const &instrument_info, uint16_t channel_mask, std::function< void(Gtk::Menu_Helpers::MenuList &, int, const std::string &)> add_single, std::function< void(Gtk::Menu_Helpers::MenuList &, uint16_t, int, const std::string &)> add_multi) |
|
◆ build_controller_menu()
void build_controller_menu |
( |
Gtk::Menu & |
menu, |
|
|
ARDOUR::InstrumentInfo const & |
instrument_info, |
|
|
uint16_t |
channel_mask, |
|
|
std::function< void(Gtk::Menu_Helpers::MenuList &, int, const std::string &)> |
add_single, |
|
|
std::function< void(Gtk::Menu_Helpers::MenuList &, uint16_t, int, const std::string &)> |
add_multi |
|
) |
| |
◆ clamp_to_0_127()
static void clamp_to_0_127 |
( |
uint8_t & |
val | ) |
|
|
inlinestatic |