mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
prevent dup output connections across instances
This commit is contained in:
parent
bd5da84928
commit
46ca35ce7e
2 changed files with 19 additions and 1 deletions
|
|
@ -119,6 +119,7 @@ private:
|
|||
double _pin_box_size;
|
||||
double _width, _height;
|
||||
bool _position_valid;
|
||||
bool _ignore_updates;
|
||||
ARDOUR::Route* _route () { return static_cast<ARDOUR::Route*> (_pi->owner ()); }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue