Files
ardour/libs
Robin Gareus 1aad6805b3 Fix count-in/preroll recording offsets
Notably `Route::process_output_buffers` uses

```
  output_latency = speed * _output_latency;
```

here, speed already needs to be non-zero during count-in
and pre-roll.
2024-09-30 23:36:06 +02:00
..
2024-04-04 17:06:31 +02:00
2024-06-27 16:51:16 -06:00
2024-04-09 02:10:19 +02:00
2024-09-28 03:16:07 +02:00
2024-09-13 08:24:04 -06:00
2024-09-28 03:16:07 +02:00
2024-08-31 02:55:04 +02:00