Add preference to keep spilled automation-lanes visible

This commit is contained in:
Robin Gareus 2021-03-02 19:00:23 +01:00
parent 3722b8a94f
commit e81794d878
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 31 additions and 7 deletions

View file

@ -141,7 +141,7 @@ public:
void meter_changed ();
void effective_gain_display () { gm.effective_gain_display(); }
static sigc::signal<void> signal_ctrl_touched;
static sigc::signal<void, bool> signal_ctrl_touched;
std::string state_id() const;
@ -307,7 +307,7 @@ private:
void parameter_changed (std::string const & p);
void update_track_number_visibility();
void show_touched_automation (boost::weak_ptr<PBD::Controllable>);
void maybe_hide_automation (boost::weak_ptr<PBD::Controllable>);
void maybe_hide_automation (bool, boost::weak_ptr<PBD::Controllable>);
void drop_instrument_ref ();
void reread_midnam ();