mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
First go at saving window visibility and position state across saves.
git-svn-id: svn://localhost/ardour2/branches/3.0@7644 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8d8bc9baca
commit
579fcb70e2
22 changed files with 715 additions and 229 deletions
|
|
@ -107,6 +107,10 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
|
||||
bool has_automation () const;
|
||||
|
||||
boost::shared_ptr<ARDOUR::Route> parent_route () {
|
||||
return _route;
|
||||
}
|
||||
|
||||
protected:
|
||||
boost::shared_ptr<ARDOUR::Route> _route; ///< Parent route
|
||||
boost::shared_ptr<ARDOUR::AutomationControl> _control; ///< Control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue