mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF BREAKAGE STILL EXPECTED ; change all(?) methods that pass a start/end frame in to use sframes_t not nframes_t
git-svn-id: svn://localhost/ardour2/branches/3.0@5074 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7188ec3990
commit
0569107ddc
57 changed files with 1251 additions and 645 deletions
|
|
@ -141,6 +141,8 @@ PortMatrixGrid::render (cairo_t* cr)
|
|||
case PortMatrixNode::PARTIAL:
|
||||
draw_association_indicator (cr, bx, by, 0.5);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
by += row_height();
|
||||
|
|
@ -179,6 +181,9 @@ PortMatrixGrid::render (cairo_t* cr)
|
|||
|
||||
case PortMatrixNode::NOT_ASSOCIATED:
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
y += row_height();
|
||||
|
|
@ -483,6 +488,9 @@ PortMatrixGrid::bundle_to_bundle_state (boost::shared_ptr<ARDOUR::Bundle> a, boo
|
|||
have_diagonal_not_association = true;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue