2009-07-02 09:21:23 -04:00
|
|
|
/*
|
2009-10-14 12:10:01 -04:00
|
|
|
Copyright (C) 2009 Paul Davis
|
2009-07-02 09:21:23 -04:00
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2009-12-17 13:24:23 -05:00
|
|
|
#ifndef __ardour_gtk_editor_route_h__
|
|
|
|
#define __ardour_gtk_editor_route_h__
|
|
|
|
|
2009-12-19 15:26:31 -05:00
|
|
|
#include "pbd/signals.h"
|
2011-11-02 12:46:49 -04:00
|
|
|
#include "gtkmm2ext/widget_state.h"
|
2009-12-17 13:24:23 -05:00
|
|
|
#include "editor_component.h"
|
|
|
|
|
2010-07-19 17:47:07 -04:00
|
|
|
class EditorRoutes : public EditorComponent, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
|
2009-07-02 09:21:23 -04:00
|
|
|
{
|
|
|
|
public:
|
2009-07-03 14:37:15 -04:00
|
|
|
EditorRoutes (Editor *);
|
2009-07-02 09:21:23 -04:00
|
|
|
|
2009-12-17 13:24:23 -05:00
|
|
|
void set_session (ARDOUR::Session *);
|
2009-07-04 09:44:01 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
Gtk::Widget& widget () {
|
|
|
|
return _scroller;
|
|
|
|
}
|
|
|
|
|
|
|
|
void move_selected_tracks (bool);
|
2009-07-09 13:58:13 -04:00
|
|
|
void show_track_in_display (TimeAxisView &);
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
void suspend_redisplay () {
|
|
|
|
_no_redisplay = true;
|
|
|
|
}
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
void resume_redisplay () {
|
|
|
|
_no_redisplay = false;
|
|
|
|
redisplay ();
|
|
|
|
}
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
void redisplay ();
|
|
|
|
void update_visibility ();
|
2009-07-09 13:58:13 -04:00
|
|
|
void routes_added (std::list<RouteTimeAxisView*> routes);
|
2009-12-22 15:21:43 -05:00
|
|
|
void route_removed (TimeAxisView *);
|
2009-07-09 13:58:13 -04:00
|
|
|
void hide_track_in_display (TimeAxisView &);
|
|
|
|
std::list<TimeAxisView*> views () const;
|
2009-07-02 09:21:23 -04:00
|
|
|
void hide_all_tracks (bool);
|
|
|
|
void clear ();
|
2014-09-06 06:52:41 -04:00
|
|
|
void sync_order_keys_from_treeview ();
|
|
|
|
void reset_remote_control_ids ();
|
2009-07-02 09:21:23 -04:00
|
|
|
|
2012-07-19 18:35:43 -04:00
|
|
|
private:
|
2009-07-04 09:44:01 -04:00
|
|
|
void initial_display ();
|
2014-09-07 14:23:22 -04:00
|
|
|
void redisplay_real ();
|
2011-07-01 11:48:24 -04:00
|
|
|
void on_input_active_changed (std::string const &);
|
2010-09-14 12:51:02 -04:00
|
|
|
void on_tv_rec_enable_changed (std::string const &);
|
|
|
|
void on_tv_mute_enable_toggled (std::string const &);
|
|
|
|
void on_tv_solo_enable_toggled (std::string const &);
|
|
|
|
void on_tv_solo_isolate_toggled (std::string const &);
|
|
|
|
void on_tv_solo_safe_toggled (std::string const &);
|
2009-07-02 09:21:23 -04:00
|
|
|
void build_menu ();
|
|
|
|
void show_menu ();
|
2014-09-06 06:52:41 -04:00
|
|
|
void sync_treeview_from_order_keys ();
|
2014-06-20 21:51:59 -04:00
|
|
|
void row_deleted (Gtk::TreeModel::Path const &);
|
2010-09-14 12:51:02 -04:00
|
|
|
void visible_changed (std::string const &);
|
2011-09-19 18:34:30 -04:00
|
|
|
void active_changed (std::string const &);
|
2009-07-02 09:21:23 -04:00
|
|
|
void reordered (Gtk::TreeModel::Path const &, Gtk::TreeModel::iterator const &, int *);
|
|
|
|
bool button_press (GdkEventButton *);
|
2010-02-19 13:09:08 -05:00
|
|
|
void route_property_changed (const PBD::PropertyChange&, boost::weak_ptr<ARDOUR::Route>);
|
2009-07-02 09:21:23 -04:00
|
|
|
void handle_gui_changes (std::string const &, void *);
|
2014-09-06 07:10:47 -04:00
|
|
|
bool idle_update_mute_rec_solo_etc ();
|
2009-07-02 09:21:23 -04:00
|
|
|
void update_rec_display ();
|
2009-12-17 13:24:23 -05:00
|
|
|
void update_mute_display ();
|
2010-04-26 23:10:53 -04:00
|
|
|
void update_solo_display (bool);
|
2009-12-17 13:24:23 -05:00
|
|
|
void update_solo_isolate_display ();
|
2010-04-05 16:08:37 -04:00
|
|
|
void update_solo_safe_display ();
|
2011-07-01 11:48:24 -04:00
|
|
|
void update_input_active_display ();
|
2011-09-19 18:34:30 -04:00
|
|
|
void update_active_display ();
|
2009-07-02 09:21:23 -04:00
|
|
|
void set_all_tracks_visibility (bool);
|
2010-06-05 20:56:19 -04:00
|
|
|
void set_all_audio_midi_visibility (int, bool);
|
2009-07-02 09:21:23 -04:00
|
|
|
void show_all_routes ();
|
|
|
|
void hide_all_routes ();
|
|
|
|
void show_all_audiotracks ();
|
|
|
|
void hide_all_audiotracks ();
|
|
|
|
void show_all_audiobus ();
|
|
|
|
void hide_all_audiobus ();
|
2010-06-05 20:56:19 -04:00
|
|
|
void show_all_miditracks ();
|
|
|
|
void hide_all_miditracks ();
|
2009-11-29 07:47:59 -05:00
|
|
|
void show_tracks_with_regions_at_playhead ();
|
2014-09-06 06:52:41 -04:00
|
|
|
void selection_changed ();
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
void display_drag_data_received (
|
|
|
|
Glib::RefPtr<Gdk::DragContext> const &, gint, gint, Gtk::SelectionData const &, guint, guint
|
|
|
|
);
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
bool selection_filter (Glib::RefPtr<Gtk::TreeModel> const &, Gtk::TreeModel::Path const &, bool);
|
2010-09-14 12:51:02 -04:00
|
|
|
void name_edit (std::string const &, std::string const &);
|
2009-11-25 22:02:16 -05:00
|
|
|
void solo_changed_so_update_mute ();
|
2009-07-02 09:21:23 -04:00
|
|
|
|
|
|
|
struct ModelColumns : public Gtk::TreeModel::ColumnRecord {
|
2009-10-14 12:10:01 -04:00
|
|
|
ModelColumns() {
|
2009-07-02 09:21:23 -04:00
|
|
|
add (text);
|
|
|
|
add (visible);
|
2010-08-15 06:33:41 -04:00
|
|
|
add (rec_state);
|
2009-11-21 12:20:57 -05:00
|
|
|
add (mute_state);
|
|
|
|
add (solo_state);
|
2011-11-17 19:08:47 -05:00
|
|
|
add (solo_visible);
|
2009-12-10 15:51:35 -05:00
|
|
|
add (solo_isolate_state);
|
2010-04-05 16:08:37 -04:00
|
|
|
add (solo_safe_state);
|
2009-07-02 09:21:23 -04:00
|
|
|
add (is_track);
|
|
|
|
add (tv);
|
|
|
|
add (route);
|
2009-11-24 18:59:15 -05:00
|
|
|
add (name_editable);
|
2011-07-01 11:48:24 -04:00
|
|
|
add (is_input_active);
|
|
|
|
add (is_midi);
|
2011-09-19 18:34:30 -04:00
|
|
|
add (active);
|
2009-07-02 09:21:23 -04:00
|
|
|
}
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2011-07-01 11:48:24 -04:00
|
|
|
Gtk::TreeModelColumn<std::string> text;
|
2009-07-02 09:21:23 -04:00
|
|
|
Gtk::TreeModelColumn<bool> visible;
|
2010-08-15 06:33:41 -04:00
|
|
|
Gtk::TreeModelColumn<uint32_t> rec_state;
|
2011-11-02 14:48:32 -04:00
|
|
|
Gtk::TreeModelColumn<uint32_t> mute_state;
|
2009-11-21 12:20:57 -05:00
|
|
|
Gtk::TreeModelColumn<uint32_t> solo_state;
|
2011-11-17 19:08:47 -05:00
|
|
|
/** true if the solo buttons are visible for this route, otherwise false */
|
|
|
|
Gtk::TreeModelColumn<bool> solo_visible;
|
2009-12-10 15:51:35 -05:00
|
|
|
Gtk::TreeModelColumn<uint32_t> solo_isolate_state;
|
2010-04-05 16:08:37 -04:00
|
|
|
Gtk::TreeModelColumn<uint32_t> solo_safe_state;
|
2009-07-02 09:21:23 -04:00
|
|
|
Gtk::TreeModelColumn<bool> is_track;
|
2009-07-09 13:58:13 -04:00
|
|
|
Gtk::TreeModelColumn<TimeAxisView*> tv;
|
2009-07-02 09:21:23 -04:00
|
|
|
Gtk::TreeModelColumn<boost::shared_ptr<ARDOUR::Route> > route;
|
2009-11-24 18:59:15 -05:00
|
|
|
Gtk::TreeModelColumn<bool> name_editable;
|
2011-07-01 11:48:24 -04:00
|
|
|
Gtk::TreeModelColumn<bool> is_input_active;
|
|
|
|
Gtk::TreeModelColumn<bool> is_midi;
|
2011-09-19 18:34:30 -04:00
|
|
|
Gtk::TreeModelColumn<bool> active;
|
2009-07-02 09:21:23 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
Gtk::ScrolledWindow _scroller;
|
2009-10-14 12:10:01 -04:00
|
|
|
Gtkmm2ext::DnDTreeView<boost::shared_ptr<ARDOUR::Route> > _display;
|
2009-07-02 09:21:23 -04:00
|
|
|
Glib::RefPtr<Gtk::ListStore> _model;
|
|
|
|
ModelColumns _columns;
|
2011-07-01 11:48:24 -04:00
|
|
|
int _name_column;
|
|
|
|
int _visible_column;
|
2011-09-19 18:34:30 -04:00
|
|
|
int _active_column;
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
bool _ignore_reorder;
|
|
|
|
bool _no_redisplay;
|
2014-09-06 06:52:41 -04:00
|
|
|
bool _adding_routes;
|
|
|
|
bool _route_deletion_in_progress;
|
2014-09-07 14:23:22 -04:00
|
|
|
volatile gint _redisplay_active;
|
|
|
|
volatile gint _queue_tv_update;
|
2011-06-01 13:00:29 -04:00
|
|
|
|
2009-07-02 09:21:23 -04:00
|
|
|
Gtk::Menu* _menu;
|
2014-09-06 06:52:41 -04:00
|
|
|
Gtk::Widget* old_focus;
|
|
|
|
uint32_t selection_countdown;
|
|
|
|
Gtk::CellEditable* name_editable;
|
|
|
|
|
|
|
|
bool key_press (GdkEventKey* ev);
|
|
|
|
bool focus_in (GdkEventFocus*);
|
|
|
|
bool focus_out (GdkEventFocus*);
|
|
|
|
bool enter_notify (GdkEventCrossing*);
|
|
|
|
bool leave_notify (GdkEventCrossing*);
|
|
|
|
void name_edit_started (Gtk::CellEditable*, const Glib::ustring&);
|
|
|
|
|
|
|
|
bool get_relevant_routes (boost::shared_ptr<ARDOUR::RouteList> rl);
|
2009-07-02 09:21:23 -04:00
|
|
|
};
|
2009-12-17 13:24:23 -05:00
|
|
|
|
|
|
|
#endif /* __ardour_gtk_editor_route_h__ */
|