|
| | MidiTimeAxisView (PublicEditor &, ARDOUR::Session *, ArdourCanvas::Canvas &canvas) |
| |
| virtual | ~MidiTimeAxisView () |
| |
| void | set_route (std::shared_ptr< ARDOUR::Route >) |
| |
| MidiStreamView * | midi_view () |
| |
| void | set_height (uint32_t, TrackHeightMode m=OnlySelf, bool from_idle=false) |
| |
| void | set_layer_display (LayerDisplay d) |
| |
| std::shared_ptr< ARDOUR::MidiRegion > | add_region (Temporal::timepos_t const &, Temporal::timecnt_t const &, bool) |
| |
| void | show_all_automation (bool apply_to_selection=false) |
| |
| void | show_existing_automation (bool apply_to_selection=false) |
| |
| void | create_automation_child (const Evoral::Parameter ¶m, bool show) |
| |
| void | get_regions_with_selected_data (RegionSelection &) |
| |
| bool | paste (Temporal::timepos_t const &, const Selection &, PasteContext &ctx) |
| |
| ARDOUR::ColorMode | color_mode () const |
| |
| Gtk::CheckMenuItem * | automation_child_menu_item (Evoral::Parameter) |
| |
| StepEditor * | step_editor () |
| |
| void | check_step_edit () |
| |
| void | first_idle () |
| |
| void | set_note_highlight (uint8_t note) |
| |
| uint8_t | get_preferred_midi_channel () const |
| |
| void | get_per_region_note_selection (std::list< std::pair< PBD::ID, std::set< std::shared_ptr< Evoral::Note< Temporal::Beats > > > > > &) |
| |
| void | use_midnam_info () |
| |
| void | set_visibility_note_range (MidiStreamView::VisibleNoteRange range, bool apply_to_selection=false) |
| |
| | RouteTimeAxisView (PublicEditor &, ARDOUR::Session *, ArdourCanvas::Canvas &canvas) |
| |
| virtual | ~RouteTimeAxisView () |
| |
| std::string | name () const |
| |
| Gdk::Color | color () const |
| |
| bool | marked_for_display () const |
| |
| bool | set_marked_for_display (bool) |
| |
| std::shared_ptr< ARDOUR::Stripable > | stripable () const |
| |
| void | set_route (std::shared_ptr< ARDOUR::Route >) |
| |
| void | show_selection (TimeSelection &) |
| |
| void | set_button_names () |
| |
| void | set_samples_per_pixel (double) |
| |
| void | set_height (uint32_t h, TrackHeightMode m=OnlySelf, bool from_idle=false) |
| |
| void | show_timestretch (Temporal::timepos_t const &start, Temporal::timepos_t const &end, int layers, int layer) |
| |
| void | hide_timestretch () |
| |
| void | selection_click (GdkEventButton *) |
| |
| void | set_selected_points (PointSelection &) |
| |
| void | set_selected_regionviews (RegionSelection &) |
| |
| void | _get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double top, double bot, std::list< Selectable * > &, bool within) |
| |
| void | get_inverted_selectables (Selection &, std::list< Selectable * > &) |
| |
| void | get_regionviews_at_or_after (Temporal::timepos_t const &, RegionSelection &) |
| |
| void | toggle_layer_display () |
| |
| LayerDisplay | layer_display () const |
| |
| std::shared_ptr< ARDOUR::Region > | find_next_region (ARDOUR::timepos_t const &pos, ARDOUR::RegionPoint, int32_t dir) |
| |
| ARDOUR::timepos_t | find_next_region_boundary (ARDOUR::timepos_t const &pos, int32_t dir) |
| |
| void | cut_copy_clear (Selection &, Editing::CutCopyOp) |
| |
| bool | paste (Temporal::timepos_t const &, const Selection &, PasteContext &ctx) |
| |
| RegionView * | combine_regions () |
| |
| void | uncombine_regions () |
| |
| void | uncombine_region (RegionView *) |
| |
| void | toggle_automation_track (const Evoral::Parameter ¶m) |
| |
| void | fade_range (TimeSelection &) |
| |
| int | set_state (const XMLNode &, int version) |
| |
| virtual std::shared_ptr< AutomationTimeAxisView > | automation_child (Evoral::Parameter param, PBD::ID ctrl_id=PBD::ID(0)) |
| |
| StreamView * | view () const |
| |
| ARDOUR::RouteGroup * | route_group () const |
| |
| std::shared_ptr< ARDOUR::Playlist > | playlist () const |
| |
| void | fast_update () |
| |
| void | hide_meter () |
| |
| void | show_meter () |
| |
| void | reset_meter () |
| |
| void | clear_meter () |
| |
| void | io_changed (ARDOUR::IOChange, void *) |
| |
| void | chan_count_changed () |
| |
| void | meter_changed () |
| |
| void | effective_gain_display () |
| |
| std::string | state_id () const |
| |
| void | show_all_automation (bool apply_to_selection=false) |
| |
| void | show_existing_automation (bool apply_to_selection=false) |
| |
| void | hide_all_automation (bool apply_to_selection=false) |
| |
| | RouteUI (ARDOUR::Session *) |
| |
| virtual | ~RouteUI () |
| |
| std::shared_ptr< ARDOUR::Stripable > | stripable () const |
| |
| virtual void | set_session (ARDOUR::Session *) |
| |
| bool | is_track () const |
| |
| bool | is_master () const |
| |
| bool | is_foldbackbus () const |
| |
| bool | is_singleton () const |
| |
| bool | is_audio_track () const |
| |
| bool | is_midi_track () const |
| |
| bool | has_audio_outputs () const |
| |
| std::shared_ptr< ARDOUR::Route > | route () const |
| |
| ARDOUR::RouteGroup * | route_group () const |
| |
| std::shared_ptr< ARDOUR::Track > | track () const |
| |
| std::shared_ptr< ARDOUR::AudioTrack > | audio_track () const |
| |
| std::shared_ptr< ARDOUR::MidiTrack > | midi_track () const |
| |
| Gdk::Color | route_color () const |
| |
| Gdk::Color | route_color_tint () const |
| |
| void | edit_input_configuration () |
| |
| void | edit_output_configuration () |
| |
| void | select_midi_patch () |
| |
| void | choose_color (Gtk::Window *) |
| |
| void | route_rename () |
| |
| void | manage_pins () |
| |
| void | duplicate_selected_routes () |
| |
| void | toggle_step_edit () |
| |
| void | toggle_denormal_protection () |
| |
| void | save_as_template () |
| |
| bool | mute_press (GdkEventButton *) |
| |
| bool | mute_release (GdkEventButton *) |
| |
| bool | solo_press (GdkEventButton *) |
| |
| bool | solo_release (GdkEventButton *) |
| |
| bool | rec_enable_press (GdkEventButton *) |
| |
| bool | rec_enable_release (GdkEventButton *) |
| |
| bool | show_sends_press (GdkEventButton *) |
| |
| bool | show_sends_release (GdkEventButton *) |
| |
| bool | solo_isolate_button_release (GdkEventButton *) |
| |
| bool | solo_safe_button_release (GdkEventButton *) |
| |
| bool | rta_press (GdkEventButton *) |
| |
| bool | rta_release (GdkEventButton *) |
| |
| bool | monitor_release (GdkEventButton *, ARDOUR::MonitorChoice) |
| |
| bool | monitor_input_press (GdkEventButton *) |
| |
| bool | monitor_input_release (GdkEventButton *) |
| |
| bool | monitor_disk_press (GdkEventButton *) |
| |
| bool | monitor_disk_release (GdkEventButton *) |
| |
| void | update_monitoring_display () |
| |
| void | open_comment_editor () |
| |
| void | toggle_comment_editor () |
| |
| void | set_route_active (bool, bool) |
| |
| void | set_disk_io_point (ARDOUR::DiskIOPoint) |
| |
| void | fan_out (bool to_busses=true, bool group=true) |
| |
| void | set_time_domain (Temporal::TimeDomain, bool) |
| |
| void | clear_time_domain (bool) |
| |
| void | use_new_playlist (std::string name, std::string group_id, std::vector< std::shared_ptr< ARDOUR::Playlist > > const &, bool copy) |
| |
| void | clear_playlist () |
| |
| void | use_playlist (Gtk::RadioMenuItem *item, std::weak_ptr< ARDOUR::Playlist > wpl) |
| |
| void | select_playlist_matching (std::weak_ptr< ARDOUR::Playlist > wpl) |
| |
| void | show_playlist_selector () |
| |
| | Selectable () |
| |
| virtual | ~Selectable () |
| |
| virtual bool | selected () const |
| |
Public Member Functions inherited from ARDOUR::SessionHandlePtr |
| | SessionHandlePtr (ARDOUR::Session *s) |
| |
| | SessionHandlePtr () |
| |
| virtual | ~SessionHandlePtr () |
| |
| virtual ARDOUR::Session * | session () const |
| |
| | ScopedConnectionList () |
| |
| | ScopedConnectionList (const ScopedConnectionList &)=delete |
| |
| ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
| |
| virtual | ~ScopedConnectionList () |
| |
| void | add_connection (const UnscopedConnection &c) |
| |
| void | drop_connections () |
| |
| std::list< ScopedConnectionList * >::size_type | size () const |
| |
| | StripableTimeAxisView (PublicEditor &, ARDOUR::Session *, ArdourCanvas::Canvas &canvas) |
| |
| virtual | ~StripableTimeAxisView () |
| |
| void | set_stripable (std::shared_ptr< ARDOUR::Stripable >) |
| |
| std::shared_ptr< ARDOUR::Stripable > | stripable () const |
| |
| const AutomationTracks & | automation_tracks () const |
| |
| void | request_redraw () |
| |
| | TimeAxisView (ARDOUR::Session *sess, PublicEditor &ed, TimeAxisView *parent, ArdourCanvas::Canvas &canvas) |
| |
| virtual | ~TimeAxisView () |
| |
| int | order () const |
| |
| ArdourCanvas::Container * | canvas_display () |
| |
| ArdourCanvas::Container * | ghost_group () |
| |
| uint32_t | effective_height () const |
| |
| int | y_position () const |
| |
| PublicEditor & | editor () const |
| |
| uint32_t | current_height () const |
| |
| void | idle_resize (int32_t) |
| |
| virtual guint32 | show_at (int y, int &nth, Gtk::VBox *parent) |
| |
| virtual void | hide () |
| |
| bool | touched (double top, double bot) |
| |
| bool | hidden () const |
| |
| void | set_selected (bool) |
| |
| virtual bool | selectable () const |
| |
| virtual void | entered () |
| |
| virtual void | exited () |
| |
| void | set_height_enum (Height, bool apply_to_selection=false) |
| |
| void | reset_height () |
| |
| virtual void | reset_visual_state () |
| |
| std::pair< TimeAxisView *, double > | covers_y_position (double) const |
| |
| bool | covered_by_y_range (double y0, double y1) const |
| |
| virtual void | step_height (bool) |
| |
| virtual void | hide_selection () |
| |
| virtual void | reshow_selection (TimeSelection &) |
| |
| void | order_selection_trims (ArdourCanvas::Item *item, bool put_start_on_top) |
| |
| void | _get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list< Selectable * > &, bool within) |
| |
| void | get_inverted_selectables (Selection &, std::list< Selectable * > &results) |
| |
| void | add_ghost (RegionView *) |
| |
| void | remove_ghost (RegionView *) |
| |
| void | erase_ghost (GhostRegion *) |
| |
| TimeAxisView * | get_parent () |
| |
| void | set_parent (TimeAxisView &p) |
| |
| Children | get_child_list () const |
| |
| virtual std::shared_ptr< ARDOUR::AutomationControl > | control () const |
| |
| std::string | gui_property (const std::string &property_name) const |
| |
| bool | get_gui_property (const std::string &property_name, std::string &value) const |
| |
| template<typename T > |
| bool | get_gui_property (const std::string &property_name, T &value) const |
| |
| template<typename T > |
| bool | get_gui_property (const std::string &state_id, const std::string &property_name, T &value) const |
| |
| void | set_gui_property (const std::string &property_name, const std::string &value) |
| |
| void | remove_gui_property (const std::string &property_name) |
| |
| void | set_gui_property (const std::string &property_name, const char *value) |
| |
| template<typename T > |
| void | set_gui_property (const std::string &property_name, const T &value) |
| |
| void | cleanup_gui_properties () |
| |
| void | clear_property_cache () |
| |
| | SelectableOwner () |
| |
| virtual | ~SelectableOwner () |
| |
| void | get_selectables (Temporal::timepos_t const &start, Temporal::timepos_t const &end, double x, double y, std::list< Selectable * > &sl, bool within=false) |
| |
|
| void | start_step_editing () |
| |
| void | stop_step_editing () |
| |
| void | processors_changed (ARDOUR::RouteProcessorChange) |
| |
| void | update_diskstream_display () |
| |
| bool | route_group_click (GdkEventButton *) |
| |
| virtual void | add_processor_to_subplugin_menu (std::weak_ptr< ARDOUR::Processor >) |
| |
| void | remove_processor_automation_node (ProcessorAutomationNode *pan) |
| |
| void | processor_menu_item_toggled (RouteTimeAxisView::ProcessorAutomationInfo *, RouteTimeAxisView::ProcessorAutomationNode *) |
| |
| void | processor_automation_track_hidden (ProcessorAutomationNode *, std::shared_ptr< ARDOUR::Processor >) |
| |
| ProcessorAutomationNode * | find_processor_automation_node (std::shared_ptr< ARDOUR::Processor > i, Evoral::Parameter) |
| |
| Gtk::CheckMenuItem * | find_menu_item_by_ctrl (std::shared_ptr< ARDOUR::AutomationControl >) |
| |
| std::shared_ptr< AutomationTimeAxisView > | find_atav_by_ctrl (std::shared_ptr< ARDOUR::AutomationControl >, bool route_owned_only=true) |
| |
| std::shared_ptr< EditorAutomationLine > | find_processor_automation_curve (std::shared_ptr< ARDOUR::Processor > i, Evoral::Parameter) |
| |
| void | add_processor_automation_curve (std::shared_ptr< ARDOUR::Processor > r, Evoral::Parameter) |
| |
| void | add_existing_processor_automation_curves (std::weak_ptr< ARDOUR::Processor >) |
| |
| std::shared_ptr< AutomationLine > | automation_child_by_alist_id (PBD::ID) |
| |
| void | reset_processor_automation_curves () |
| |
| void | take_name_changed (void *src) |
| |
| void | route_property_changed (const PBD::PropertyChange &) |
| |
| void | route_active_changed () |
| |
| bool | name_entry_changed (std::string const &) |
| |
| void | blink_rec_display (bool onoff) |
| |
| virtual void | label_view () |
| |
| void | build_display_menu () |
| |
| void | set_align_choice (Gtk::RadioMenuItem *, ARDOUR::AlignChoice, bool apply_to_selection=false) |
| |
| bool | playlist_click (GdkEventButton *) |
| |
| void | playlist_changed () |
| |
| bool | automation_click (GdkEventButton *) |
| |
| void | timestretch (samplepos_t start, samplepos_t end) |
| |
| void | speed_changed () |
| |
| void | map_frozen () |
| |
| void | color_handler () |
| |
| void | region_view_added (RegionView *) |
| |
| void | create_gain_automation_child (const Evoral::Parameter &, bool) |
| |
| void | create_trim_automation_child (const Evoral::Parameter &, bool) |
| |
| void | create_mute_automation_child (const Evoral::Parameter &, bool) |
| |
| void | setup_processor_menu_and_curves () |
| |
| void | route_color_changed () |
| |
| bool | can_edit_name () const |
| |
| void | post_construct () |
| |
| void | layer_display_menu_change (Gtk::MenuItem *item) |
| |
| void | update_pan_track_visibility () |
| |
| void | ensure_pan_views (bool show=true) |
| |
| virtual void | set_color (uint32_t c) |
| |
| void | disconnect_input () |
| |
| void | disconnect_output () |
| |
| int | set_color_from_route () |
| |
| void | init () |
| |
| void | reset () |
| |
| virtual void | self_delete () |
| |
| virtual void | route_rec_enable_changed () |
| |
| virtual void | create_sends (ARDOUR::Placement, bool) |
| |
| virtual void | create_selected_sends (ARDOUR::Placement, bool) |
| |
| virtual void | bus_send_display_changed (std::shared_ptr< ARDOUR::Route >) |
| |
| bool | mark_hidden (bool yn) |
| |
| void | setup_invert_buttons () |
| |
| void | update_phase_invert_sensitivty () |
| |
| void | check_rec_enable_sensitivity () |
| |
| void | route_gui_changed (PBD::PropertyChange const &) |
| |
| PatchChangeGridDialog * | patch_change_dialog () const |
| |
| std::string | playlist_tip () const |
| |
| void | build_playlist_menu () |
| |
| void | show_playlist_copy_selector () |
| |
| void | show_playlist_share_selector () |
| |
| void | show_playlist_steal_selector () |
| |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr |
| virtual void | session_going_away () |
| |
| void | reset_samples_per_pixel () |
| |
| void | add_automation_child (Evoral::Parameter param, std::shared_ptr< AutomationTimeAxisView > track, bool show=true) |
| |
| void | automation_track_hidden (Evoral::Parameter param) |
| |
| void | update_gain_track_visibility () |
| |
| void | update_trim_track_visibility () |
| |
| void | update_mute_track_visibility () |
| |
| void | begin_name_edit () |
| |
| void | end_name_edit (std::string, int) |
| |
| virtual bool | controls_ebox_button_release (GdkEventButton *) |
| |
| virtual bool | controls_ebox_scroll (GdkEventScroll *) |
| |
| virtual bool | controls_ebox_button_press (GdkEventButton *) |
| |
| virtual bool | controls_ebox_motion (GdkEventMotion *) |
| |
| virtual bool | controls_ebox_leave (GdkEventCrossing *) |
| |
| virtual bool | handle_display_menu_map_event (GdkEventAny *) |
| |
| bool | is_child (TimeAxisView *) |
| |
| virtual bool | propagate_time_selection () const |
| |
| void | add_child (std::shared_ptr< TimeAxisView >) |
| |
| void | color_handler () |
| |
| void | parameter_changed (std::string const &) |
| |
| void | conditionally_add_to_selection () |
| |
| void | build_size_menu () |
| |
| | AxisView () |
| |
| virtual | ~AxisView () |
| |
| void | set_name_ellipsize_mode () |
| |
|
| void | _midnam_channel_changed () |
| |
| void | setup_midnam_patches () |
| |
| void | maybe_trigger_model_change () |
| |
| void | model_changed (const std::string &model) |
| |
| void | custom_device_mode_changed (const std::string &mode) |
| |
| void | append_extra_display_menu_items () |
| |
| void | build_automation_action_menu (bool) |
| |
| Gtk::Menu * | build_note_mode_menu () |
| |
| Gtk::Menu * | build_color_mode_menu () |
| |
| void | set_note_mode (ARDOUR::NoteMode mode, bool apply_to_selection=false) |
| |
| void | set_color_mode (ARDOUR::ColorMode, bool force=false, bool redisplay=true, bool apply_to_selection=false) |
| |
| void | route_active_changed () |
| |
| void | note_range_changed () |
| |
| void | parameter_changed (std::string const &) |
| |
| void | update_scroomer_visbility (uint32_t, LayerDisplay) |
| |
| void | update_control_names () |
| |
| void | update_midi_controls_visibility (uint32_t) |
| |
| void | change_all_channel_tracks_visibility (bool yn, Evoral::Parameter param) |
| |
| void | add_basic_parameter_menu_item (Gtk::Menu_Helpers::MenuList &items, const std::string &label, Evoral::Parameter param) |
| |
| void | add_channel_command_menu_item (Gtk::Menu_Helpers::MenuList &items, const std::string &label, ARDOUR::AutomationType auto_type, uint8_t cmd) |
| |
| void | add_single_channel_controller_item (Gtk::Menu_Helpers::MenuList &ctl_items, int ctl, const std::string &name) |
| |
| void | add_multi_channel_controller_item (Gtk::Menu_Helpers::MenuList &ctl_items, uint16_t channels, int ctl, const std::string &name) |
| |
| void | build_controller_menu () |
| |
| void | toggle_restore_pgm_on_load () |
| |
| void | toggle_channel_selector () |
| |
| void | channel_selector_hidden () |
| |
| void | set_channel_mode (ARDOUR::ChannelMode, uint16_t) |
| |
| void | set_note_selection (uint8_t note) |
| |
| void | add_note_selection (uint8_t note) |
| |
| void | extend_note_selection (uint8_t note) |
| |
| void | toggle_note_selection (uint8_t note) |
| |
| void | set_note_selection_region_view (RegionView *rv, uint8_t note, uint16_t chn_mask) |
| |
| void | add_note_selection_region_view (RegionView *rv, uint8_t note, uint16_t chn_mask) |
| |
| void | extend_note_selection_region_view (RegionView *, uint8_t note, uint16_t chn_mask) |
| |
| void | toggle_note_selection_region_view (RegionView *, uint8_t note, uint16_t chn_mask) |
| |
| void | get_per_region_note_selection_region_view (RegionView *, std::list< std::pair< PBD::ID, std::set< std::shared_ptr< Evoral::Note< Temporal::Beats > > > > > &) |
| |
| void | ensure_step_editor () |
| |
| void | create_velocity_automation_child (Evoral::Parameter const &, bool show) |
| |
| void | update_patch_selector () |
| |
| void | mouse_mode_changed () |
| |
|
| typedef std::map< Evoral::Parameter, std::shared_ptr< AutomationTimeAxisView > > | AutomationTracks |
| |
| enum | TrackHeightMode { OnlySelf
, TotalHeight
, HeightPerLane
} |
| |
| typedef std::vector< std::shared_ptr< TimeAxisView > > | Children |
| |
| static Gtkmm2ext::ActiveState | solo_active_state (std::shared_ptr< ARDOUR::Stripable >) |
| |
| static Gtkmm2ext::ActiveState | solo_isolate_active_state (std::shared_ptr< ARDOUR::Stripable >) |
| |
| static Gtkmm2ext::ActiveState | solo_safe_active_state (std::shared_ptr< ARDOUR::Stripable >) |
| |
| static Gtkmm2ext::ActiveState | mute_active_state (ARDOUR::Session *, std::shared_ptr< ARDOUR::Stripable >) |
| |
| static bool | verify_new_route_name (const std::string &name) |
| |
| static void | setup_sizes () |
| |
| static int | max_order () |
| |
| static uint32_t | preset_height (Height) |
| |
| static GUIObjectState & | gui_object_state () |
| |
| static Gdk::Color | round_robin_palette_color () |
| |
| sigc::signal< void > | Hiding |
| |
| static sigc::signal< void, bool > | signal_ctrl_touched |
| |
| static PBD::Signal< void(TimeAxisView *)> | CatchDeletion |
| |
| typedef std::vector< std::shared_ptr< EditorAutomationLine > > | ProcessorAutomationCurves |
| |
| typedef std::map< PBD::ID, IOSelectorWindow * > | IOSelectorMap |
| |
| typedef std::map< Evoral::Parameter, Gtk::CheckMenuItem * > | ParameterMenuMap |
| |
| static void | delete_ioselector (IOSelectorMap &, std::shared_ptr< ARDOUR::Route >) |
| |
| static void | help_count_plugins (std::weak_ptr< ARDOUR::Processor > p, uint32_t *) |
| |
| static void | set_showing_sends_to (std::shared_ptr< ARDOUR::Route >) |
| |
| StreamView * | _view |
| |
| Gtk::HBox | other_button_hbox |
| |
| Gtk::Table | button_table |
| |
| ArdourWidgets::ArdourButton | route_group_button |
| |
| ArdourWidgets::ArdourButton | playlist_button |
| |
| ArdourWidgets::ArdourButton | automation_button |
| |
| ArdourWidgets::ArdourButton | number_label |
| |
| Gtk::Menu | subplugin_menu |
| |
| Gtk::Menu * | automation_action_menu |
| |
| Gtk::MenuItem * | plugins_submenu_item |
| |
| RouteGroupMenu * | route_group_menu |
| |
| Gtk::MenuItem * | overlaid_menu_item |
| |
| Gtk::MenuItem * | stacked_menu_item |
| |
| ArdourCanvas::Rectangle * | timestretch_rect |
| |
| std::list< ProcessorAutomationInfo * > | processor_automation |
| |
| std::map< std::shared_ptr< PBD::Controllable >, Gtk::CheckMenuItem * > | ctrl_item_map |
| |
| ProcessorAutomationCurves | processor_automation_curves |
| |
| ParameterMenuMap | _subplugin_menu_map |
| |
| GainMeterBase | gm |
| |
| bool | _ignore_set_layer_display |
| |
| std::list< std::shared_ptr< AutomationTimeAxisView > > | pan_tracks |
| |
| Gtk::CheckMenuItem * | pan_automation_item |
| |
| Gtk::HBox | invert_button_box |
| |
| ArdourWidgets::ArdourButton * | mute_button |
| |
| ArdourWidgets::ArdourButton * | solo_button |
| |
| ArdourWidgets::ArdourButton * | rec_enable_button |
| |
| ArdourWidgets::ArdourButton * | show_sends_button |
| |
| ArdourWidgets::ArdourButton * | monitor_input_button |
| |
| ArdourWidgets::ArdourButton * | monitor_disk_button |
| |
| ArdourWidgets::ArdourButton * | rta_button |
| |
| ArdourWidgets::ArdourButton * | solo_safe_led |
| |
| ArdourWidgets::ArdourButton * | solo_isolated_led |
| |
| Gtk::Menu * | mute_menu |
| |
| Gtk::Menu * | solo_menu |
| |
| Gtk::Menu * | sends_menu |
| |
| std::shared_ptr< ARDOUR::Route > | _route |
| |
| std::shared_ptr< ARDOUR::Delivery > | _current_delivery |
| |
| Gtk::CheckMenuItem * | pre_fader_mute_check |
| |
| Gtk::CheckMenuItem * | post_fader_mute_check |
| |
| Gtk::CheckMenuItem * | listen_mute_check |
| |
| Gtk::CheckMenuItem * | main_mute_check |
| |
| Gtk::CheckMenuItem * | surround_mute_check |
| |
| Gtk::CheckMenuItem * | solo_safe_check |
| |
| Gtk::CheckMenuItem * | solo_isolated_check |
| |
| PBD::ScopedConnectionList | route_connections |
| |
| PBD::ScopedConnectionList | send_connections |
| |
| bool | self_destruct |
| |
| Gtk::Menu * | playlist_action_menu |
| |
| Gtk::CheckMenuItem * | denormal_menu_item |
| |
| ARDOUR::SoloMuteRelease * | _solo_release |
| |
| ARDOUR::SoloMuteRelease * | _mute_release |
| |
| bool | _selected |
| |
Protected Attributes inherited from ARDOUR::SessionHandlePtr |
| ARDOUR::Session * | _session |
| |
| PBD::ScopedConnectionList | _session_connections |
| |
| std::shared_ptr< ARDOUR::Stripable > | _stripable |
| |
| std::shared_ptr< AutomationTimeAxisView > | gain_track |
| |
| std::shared_ptr< AutomationTimeAxisView > | trim_track |
| |
| std::shared_ptr< AutomationTimeAxisView > | mute_track |
| |
| ParameterMenuMap | _main_automation_menu_map |
| |
| Gtk::CheckMenuItem * | gain_automation_item |
| |
| Gtk::CheckMenuItem * | trim_automation_item |
| |
| Gtk::CheckMenuItem * | mute_automation_item |
| |
| AutomationTracks | _automation_tracks |
| |
| ArdourCanvas::Canvas & | parent_canvas |
| |
| bool | no_redraw |
| |
| Gtk::Table | controls_table |
| |
| Glib::RefPtr< Gtk::SizeGroup > | controls_button_size_group |
| |
| Gtk::EventBox | controls_ebox |
| |
| Gtk::VBox | controls_vbox |
| |
| Gtk::VBox | time_axis_vbox |
| |
| Gtk::HBox | time_axis_hbox |
| |
| Gtk::Frame | time_axis_frame |
| |
| Gtk::HBox | top_hbox |
| |
| Gtk::Fixed | scroomer_placeholder |
| |
| bool | _name_editing |
| |
| uint32_t | height |
| |
| std::string | controls_base_unselected_name |
| |
| std::string | controls_base_selected_name |
| |
| Gtk::Menu * | display_menu |
| |
| TimeAxisView * | parent |
| |
| ArdourCanvas::Container * | selection_group |
| |
| ArdourCanvas::Container * | _ghost_group |
| |
| std::list< GhostRegion * > | ghosts |
| |
| std::list< SelectionRect * > | free_selection_rects |
| |
| std::list< SelectionRect * > | used_selection_rects |
| |
| bool | _hidden |
| |
| bool | in_destructor |
| |
| Gtk::Menu * | _size_menu |
| |
| ArdourCanvas::Line * | _canvas_separator |
| |
| ArdourCanvas::Container * | _canvas_display |
| |
| int | _y_position |
| |
| PublicEditor & | _editor |
| |
| Children | children |
| |
| Gtk::Label | name_label |
| |
| Gtk::Label | inactive_label |
| |
| Gtk::Table | inactive_table |
| |
| std::unordered_map< std::string, std::string > | property_hashtable |
| |
| static IOSelectorMap | input_selectors |
| |
| static IOSelectorMap | output_selectors |
| |
| static std::string | program_port_prefix |
| |
| static Glib::RefPtr< Gtk::SizeGroup > | controls_meters_size_group |
| |
| static Glib::RefPtr< Gtk::SizeGroup > | midi_scroomer_size_group |
| |
| static unsigned int | name_width_px |
| |
Definition at line 77 of file midi_time_axis.h.