mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Add option to en/disable showing automation-lane on touch
This commit is contained in:
parent
bd8c26a059
commit
01bb38d99e
6 changed files with 50 additions and 3 deletions
|
|
@ -365,6 +365,7 @@ public:
|
|||
virtual void embed_audio_from_video (std::string, samplepos_t n = 0, bool lock_position_to_video = true) = 0;
|
||||
|
||||
virtual bool track_selection_change_without_scroll () const = 0;
|
||||
virtual bool show_touched_automation () const = 0;
|
||||
|
||||
virtual StripableTimeAxisView* get_stripable_time_axis_by_id (const PBD::ID& id) const = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue