velocity lane: appropriately hide automation controls until we have line automation

This commit is contained in:
Paul Davis 2023-07-08 17:17:56 -06:00
parent 1c54f0e4c0
commit 0c8fd48d6f
2 changed files with 16 additions and 3 deletions

View file

@ -232,6 +232,8 @@ protected:
VelocityMode _velocity_mode;
bool show_automation_controls () const;
private:
int set_state_2X (const XMLNode &, int);
};