Files
ardour/libs
Robin Gareus fd3f475b3f Fix mono audio after pending overwrite (#9483)
This bug was introduced in 295dbd8e1e when replacing

```diff
-for (ChannelList::iterator chan = c->begin (); chan != c->end (); ++chan, ++n) {
+for (auto const& chan : *c) {
```

see also https://discourse.ardour.org/t/first-10-seconds-of-modified-stereo-region-goes-mono-output/109322
2023-10-15 16:33:13 +02:00
..
2023-09-30 11:09:58 -06:00
2023-10-04 01:09:24 +02:00
2023-10-04 02:50:44 +02:00
2023-09-17 07:34:55 -06:00
2023-10-13 22:01:32 +02:00