mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
RegionFX: replay control automation (2/2)
Trigger GUI updates when region-fx are automated
This commit is contained in:
parent
79ff99ba15
commit
002eabc01f
2 changed files with 19 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue