mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Various fixups to bundle manager. Add a separator between the benign and more serious menu options on the port matrix context menu. Finally (maybe) fix port matrix sizing issues relatively nicely.
git-svn-id: svn://localhost/ardour2/branches/3.0@5409 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7186593442
commit
272cad6241
14 changed files with 80 additions and 115 deletions
|
|
@ -50,7 +50,7 @@ class PortMatrixBody;
|
|||
class PortMatrix : public Gtk::Table
|
||||
{
|
||||
public:
|
||||
PortMatrix (ARDOUR::Session&, ARDOUR::DataType);
|
||||
PortMatrix (Gtk::Window*, ARDOUR::Session&, ARDOUR::DataType);
|
||||
~PortMatrix ();
|
||||
|
||||
void set_type (ARDOUR::DataType);
|
||||
|
|
@ -112,7 +112,6 @@ public:
|
|||
|
||||
std::pair<uint32_t, uint32_t> max_size () const;
|
||||
void setup_max_size ();
|
||||
sigc::signal<void> MaxSizeChanged;
|
||||
|
||||
/** @param c Channels; where c[0] is from _ports[0] and c[1] is from _ports[1].
|
||||
* @param s New state.
|
||||
|
|
@ -172,6 +171,8 @@ private:
|
|||
bool on_scroll_event (GdkEventScroll *);
|
||||
boost::shared_ptr<ARDOUR::IO> io_from_bundle (boost::shared_ptr<ARDOUR::Bundle>) const;
|
||||
|
||||
Gtk::Window* _parent;
|
||||
|
||||
/// port type that we are working with
|
||||
ARDOUR::DataType _type;
|
||||
std::vector<sigc::connection> _route_connections;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue