Files
ardour/libs
Robin Gareus 5b113c9c5b Fix un/bypassing Aux-send panners
This fixes issues with send-panner bypass whenever the
target bus input-count is different from the send's channel count.

--

Previously, when the aux-send panner was bypassed, data was
copied using BufferSet::read_from().
This sets the channel count of the output buffer set (here: mixbufs)
to match the input (here: bufs).

e.g. mono to stereo, "1 in -> 2 out" out was changed to "1 in -> 1 out".

Un-bypassing the panner later does not reconfigure the I/O.
Mixbufs remained mono, and PannerShell::run() "1 in -> 1 out"
does nothing. The panner was effectively not functional.
2020-03-12 02:23:49 +01:00
..
2020-03-12 02:23:49 +01:00
2020-03-02 17:58:03 +01:00
2020-03-06 05:52:55 +01:00
2020-02-24 23:01:15 +01:00
2020-01-27 17:43:37 +01:00
2020-03-02 17:58:03 +01:00
2020-01-27 17:43:37 +01:00
2020-01-25 04:07:41 +01:00
2020-01-22 02:00:25 +01:00
2020-01-14 00:52:24 +01:00
2019-09-03 05:01:59 +02:00
2020-01-14 00:52:24 +01:00
2020-01-22 02:00:25 +01:00