Add option to en/disable showing automation-lane on touch

This commit is contained in:
Robin Gareus 2021-02-08 19:45:37 +01:00
parent bd8c26a059
commit 01bb38d99e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
6 changed files with 50 additions and 3 deletions

View file

@ -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;