mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Allow ardour to manipulate connections between two JACK ports that don't belong to us.
git-svn-id: svn://localhost/ardour2/branches/3.0@6100 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ce8bd8948e
commit
95e4f7558b
5 changed files with 36 additions and 37 deletions
|
|
@ -62,7 +62,6 @@ private:
|
|||
void queue_draw_for (PortMatrixNode const &);
|
||||
void draw_association_indicator (cairo_t *, uint32_t, uint32_t, double p = 1);
|
||||
void draw_empty_square (cairo_t *, uint32_t, uint32_t);
|
||||
void draw_unknown_indicator (cairo_t *, uint32_t, uint32_t);
|
||||
std::list<PortMatrixNode> nodes_on_line (int, int, int, int) const;
|
||||
PortMatrixNode::State get_association (PortMatrixNode) const;
|
||||
void set_association (PortMatrixNode, bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue