Fix waveform update when channel-count changes

7434478a35 introduced a race, IOchange triggers updating the
GUI and re-configuring processors. The latter needs to complete
first, otherwise Track::n_channels() returns the previous
channel count.
This commit is contained in:
Robin Gareus 2020-04-12 13:45:45 +02:00
parent 43d52fe41a
commit 134b2162ba
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 16 additions and 9 deletions

View file

@ -145,6 +145,7 @@ public:
void reset_meter ();
void clear_meter ();
void io_changed (ARDOUR::IOChange, void *);
void chan_count_changed ();
void meter_changed ();
void effective_gain_display () { gm.effective_gain_display(); }