RegionFX: replay control automation (2/2)

Trigger GUI updates when region-fx are automated
This commit is contained in:
Robin Gareus 2024-08-19 15:43:12 +02:00
parent 79ff99ba15
commit 002eabc01f
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 19 additions and 0 deletions

View file

@ -109,6 +109,7 @@ private:
void notify_plugin_load_fail (uint32_t cnt = 1);
bool on_key_press (GdkEventKey*);
void clear_automation (std::weak_ptr<ARDOUR::RegionFxPlugin>);
void update_controls ();
/* PluginInterestedObject */
bool use_plugins (SelectedPlugins const&);
@ -130,6 +131,8 @@ private:
Gtk::EventBox _base;
bool _no_redisplay;
int _placement;
sigc::connection screen_update_connection;
};
std::shared_ptr<ARDOUR::Region> _region;