Ardour  9.0-pre0-582-g084a23a80d
control_slave_ui.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Paul Davis <paul@linuxaudiosystems.com>
3  * Copyright (C) 2017 Robin Gareus <robin@gareus.org>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License along
16  * with this program; if not, write to the Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18  */
19 
20 #ifndef __gtk2_ardour_control_slave_ui_h__
21 #define __gtk2_ardour_control_slave_ui_h__
22 
23 #include <cstdint>
24 #include <memory>
25 
26 #include <gtkmm/box.h>
27 #include <gtkmm/checkmenuitem.h>
28 
29 #include "pbd/signals.h"
30 #include "pbd/properties.h"
31 
32 #include "ardour/session_handle.h"
33 
34 #include "widgets/ardour_button.h"
35 
36 namespace ARDOUR {
37  class VCA;
38  class Stripable;
39  class Session;
40 }
41 
43 {
44 public:
47  void set_stripable (std::shared_ptr<ARDOUR::Stripable>);
48 
49 private:
50  std::shared_ptr<ARDOUR::Stripable> stripable;
54 
57  void vca_menu_toggle (Gtk::CheckMenuItem*, uint32_t n);
60  bool vca_button_release (GdkEventButton* ev, uint32_t n);
61  void add_vca_button (std::shared_ptr<ARDOUR::VCA>);
62  void unassign_all ();
63 
65 };
66 
67 #endif /* __gtk2_ardour_control_slave_ui_h__ */
ControlSlaveUI(ARDOUR::Session *)
void master_property_changed(PBD::PropertyChange const &)
void vca_menu_toggle(Gtk::CheckMenuItem *, uint32_t n)
PBD::ScopedConnectionList connections
ArdourWidgets::ArdourButton initial_button
std::shared_ptr< ARDOUR::Stripable > stripable
void update_vca_display()
void unassign_all()
bool specific_vca_button_release(GdkEventButton *ev, uint32_t n)
void add_vca_button(std::shared_ptr< ARDOUR::VCA >)
PBD::ScopedConnectionList master_connections
bool vca_event_box_release(GdkEventButton *ev)
Gtk::Menu * context_menu
bool vca_button_release(GdkEventButton *ev, uint32_t n)
void set_stripable(std::shared_ptr< ARDOUR::Stripable >)
DebugBits VCA