From 732fd75f9ba8ddf369088fb5b9e4a91d17160e00 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Sat, 27 Oct 2018 21:36:21 +0200 Subject: Update names of sidechains. When a PluginInsert is created it does not have an owner right away. That's why a we need to set the sidechains name once the owner is known, in order to include owner's name into the name. Furthermore we need to follow renames of the owner. --- libs/ardour/ardour/plugin_insert.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/plugin_insert.h') diff --git a/libs/ardour/ardour/plugin_insert.h b/libs/ardour/ardour/plugin_insert.h index 70297f11b2..a68110177f 100644 --- a/libs/ardour/ardour/plugin_insert.h +++ b/libs/ardour/ardour/plugin_insert.h @@ -170,6 +170,7 @@ public: bool set_preset_out (const ChanCount&); bool add_sidechain (uint32_t n_audio = 1, uint32_t n_midi = 0); bool del_sidechain (); + void update_sidechain_name (); boost::shared_ptr sidechain () const { return _sidechain; } // end C++ class slavery! -- cgit v1.2.3