mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Handle automation modes better with region-based (MIDI) automation. Should fix #3135.
git-svn-id: svn://localhost/ardour2/branches/3.0@7138 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8d048aa472
commit
f33b1d1900
3 changed files with 29 additions and 4 deletions
|
|
@ -46,6 +46,7 @@ class AutomationStreamView : public StreamView
|
|||
~AutomationStreamView ();
|
||||
|
||||
void set_automation_state (ARDOUR::AutoState state);
|
||||
ARDOUR::AutoState automation_state () const;
|
||||
|
||||
void redisplay_track ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue