mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
More logical arrangement of port matrix inputs and outputs, hopefully;
signal show notionally "flow" from left to bottom or from top to right. Some layout cleanups. git-svn-id: svn://localhost/ardour2/branches/3.0@4416 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
61db2175eb
commit
4476461443
7 changed files with 246 additions and 109 deletions
|
|
@ -35,7 +35,7 @@ PortMatrix::PortMatrix (ARDOUR::Session& session, ARDOUR::DataType type, bool of
|
|||
: _offer_inputs (offer_inputs),
|
||||
_port_group_list (session, type, offer_inputs, mask),
|
||||
_type (type),
|
||||
_body (this)
|
||||
_body (this, offer_inputs ? PortMatrixBody::BOTTOM_AND_LEFT : PortMatrixBody::TOP_AND_RIGHT)
|
||||
{
|
||||
/* checkbuttons for visibility of groups */
|
||||
Gtk::HBox* visibility_buttons = Gtk::manage (new Gtk::HBox);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue