Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <slot_properties_box.h>
Private Attributes | |
bool | _ignore_changes |
PatchChangeTriggerWindow | _patch_change_window |
Additional Inherited Members | |
Static Public Member Functions inherited from TriggerUI | |
static std::string | follow_action_to_string (ARDOUR::FollowAction const &, bool with_targets=false) |
static std::string | quantize_length_to_string (Temporal::BBT_Offset const &) |
static std::string | launch_style_to_string (ARDOUR::Trigger::LaunchStyle) |
static std::string | stretch_mode_to_string (ARDOUR::Trigger::StretchMode) |
static void | setup_actions_and_bindings () |
Static Public Attributes inherited from TriggerUI | |
static std::vector< std::string > | follow_strings |
static std::string | longest_follow |
static std::vector< std::string > | quantize_strings |
static std::string | longest_quantize |
static std::vector< std::string > | launch_strings |
static std::string | longest_launch |
static std::vector< std::string > | stretch_mode_strings |
static std::string | longest_stretch_mode |
Protected Member Functions inherited from TriggerUI | |
bool | namebox_button_press (GdkEventButton *) |
bool | start_rename () |
void | end_rename (bool) |
void | entry_changed () |
void | entry_activated () |
bool | entry_focus_in (GdkEventFocus *) |
bool | entry_focus_out (GdkEventFocus *) |
bool | entry_key_press (GdkEventKey *) |
bool | entry_key_release (GdkEventKey *) |
bool | entry_button_press (GdkEventButton *) |
void | disconnect_entry_signals () |
void | trigger_swap (uint32_t) |
Protected Attributes inherited from TriggerUI | |
std::list< sigc::connection > | _entry_connections |
bool | _renaming |
Gtk::Entry | _nameentry |
Gtk::Label | _name_label |
Gtk::EventBox | _namebox |
ArdourWidgets::Frame | _name_frame |
Gtk::FileChooserDialog * | _file_chooser |
sigc::connection | _file_chooser_connection |
Gtk::Menu * | _launch_context_menu |
Gtk::Menu * | _follow_context_menu |
Gtk::Menu * | _context_menu |
bool | _ignore_menu_action |
Gtk::ColorSelectionDialog * | _color_dialog |
PBD::ScopedConnection | trigger_swap_connection |
ARDOUR::TriggerReference | tref |
PBD::ScopedConnectionList | trigger_connections |
Definition at line 52 of file slot_properties_box.h.
SlotPropertyTable::SlotPropertyTable | ( | ) |
SlotPropertyTable::~SlotPropertyTable | ( | ) |
bool SlotPropertyTable::allow_button_event | ( | GdkEvent * | ) |
void SlotPropertyTable::follow_count_event | ( | ) |
void SlotPropertyTable::follow_length_event | ( | ) |
void SlotPropertyTable::gain_change_event | ( | ) |
bool SlotPropertyTable::isolate_button_event | ( | GdkEvent * | ) |
bool SlotPropertyTable::legato_button_event | ( | GdkEvent * | ) |
|
virtual |
Implements TriggerUI.
|
virtual |
Reimplemented from TriggerUI.
void SlotPropertyTable::patch_button_event | ( | ) |
void SlotPropertyTable::probability_adjusted | ( | ) |
void SlotPropertyTable::set_follow_action | ( | ARDOUR::FollowAction const & | , |
uint64_t | |||
) |
void SlotPropertyTable::set_launch_style | ( | ARDOUR::Trigger::LaunchStyle | ) |
void SlotPropertyTable::set_quantize | ( | Temporal::BBT_Offset | ) |
bool SlotPropertyTable::use_follow_length_event | ( | GdkEvent * | ) |
void SlotPropertyTable::velocity_adjusted | ( | ) |
ArdourWidgets::ArdourButton SlotPropertyTable::_allow_button |
Definition at line 79 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_beat_label |
Definition at line 81 of file slot_properties_box.h.
ArdourWidgets::ArdourButton SlotPropertyTable::_color_button |
Definition at line 62 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_color_label |
Definition at line 63 of file slot_properties_box.h.
Gtk::Adjustment SlotPropertyTable::_follow_count_adjustment |
Definition at line 90 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_follow_count_label |
Definition at line 83 of file slot_properties_box.h.
Gtk::SpinButton SlotPropertyTable::_follow_count_spinner |
Definition at line 91 of file slot_properties_box.h.
ArdourWidgets::ArdourDropdown SlotPropertyTable::_follow_left |
Definition at line 97 of file slot_properties_box.h.
Gtk::Adjustment SlotPropertyTable::_follow_length_adjustment |
Definition at line 94 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_follow_length_label |
Definition at line 82 of file slot_properties_box.h.
Gtk::SpinButton SlotPropertyTable::_follow_length_spinner |
Definition at line 95 of file slot_properties_box.h.
Gtk::Adjustment SlotPropertyTable::_follow_probability_adjustment |
Definition at line 87 of file slot_properties_box.h.
ArdourWidgets::HSliderController SlotPropertyTable::_follow_probability_slider |
Definition at line 88 of file slot_properties_box.h.
ArdourWidgets::ArdourDropdown SlotPropertyTable::_follow_right |
Definition at line 98 of file slot_properties_box.h.
Glib::RefPtr<Gtk::SizeGroup> SlotPropertyTable::_follow_size_group |
Definition at line 60 of file slot_properties_box.h.
Gtk::Table SlotPropertyTable::_follow_table |
Definition at line 72 of file slot_properties_box.h.
Gtk::Adjustment SlotPropertyTable::_gain_adjustment |
Definition at line 74 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_gain_label |
Definition at line 76 of file slot_properties_box.h.
Gtk::SpinButton SlotPropertyTable::_gain_spinner |
Definition at line 75 of file slot_properties_box.h.
|
private |
Definition at line 137 of file slot_properties_box.h.
ArdourWidgets::ArdourButton SlotPropertyTable::_isolate_button |
Definition at line 108 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_isolate_label |
Definition at line 104 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_launch_quant_label |
Definition at line 102 of file slot_properties_box.h.
ArdourWidgets::ArdourDropdown SlotPropertyTable::_launch_style_button |
Definition at line 112 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_launch_style_label |
Definition at line 101 of file slot_properties_box.h.
Gtk::Table SlotPropertyTable::_launch_table |
Definition at line 71 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_left_probability_label |
Definition at line 85 of file slot_properties_box.h.
ArdourWidgets::ArdourButton SlotPropertyTable::_legato_button |
Definition at line 106 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_legato_label |
Definition at line 103 of file slot_properties_box.h.
ArdourWidgets::ArdourButton SlotPropertyTable::_load_button |
Definition at line 65 of file slot_properties_box.h.
ArdourWidgets::ArdourButton SlotPropertyTable::_patch_button |
Definition at line 78 of file slot_properties_box.h.
|
private |
Definition at line 139 of file slot_properties_box.h.
ArdourWidgets::ArdourDropdown SlotPropertyTable::_quantize_button |
Definition at line 110 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_right_probability_label |
Definition at line 86 of file slot_properties_box.h.
Gtk::Table SlotPropertyTable::_trigger_table |
Definition at line 70 of file slot_properties_box.h.
ArdourWidgets::ArdourButton SlotPropertyTable::_use_follow_length_button |
Definition at line 93 of file slot_properties_box.h.
Gtk::Label SlotPropertyTable::_vel_sense_label |
Definition at line 100 of file slot_properties_box.h.
Gtk::Adjustment SlotPropertyTable::_velocity_adjustment |
Definition at line 67 of file slot_properties_box.h.
ArdourWidgets::HSliderController SlotPropertyTable::_velocity_slider |
Definition at line 68 of file slot_properties_box.h.