mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
43d52fe41a
commit
134b2162ba
2 changed files with 16 additions and 9 deletions
|
|
@ -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(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue