13
0
livetrax/libs
Robin Gareus 11f71a3297
Fix playback of sessions with low sample-rate
previously, _chunksize =
```
  minimum_disk_read_bytes / sizeof (Sample)
```

can become larger then actual allocated ringbuffer:

```
  audio_playback_buffer_seconds * sample-rate
```

In which case the buffer was never filled.
The disk writer has similar issues
2024-09-29 18:25:33 +02:00
..
aaf
appleutility
ardour Fix playback of sessions with low sample-rate 2024-09-29 18:25:33 +02:00
ardouralsautil
audiographer Let PBD::Thread set thread-name 2024-09-28 03:16:07 +02:00
auscan
backends Impose stack limit on backend threads (freewheeling, MIDI poll) 2024-09-28 03:16:42 +02:00
canvas
clearlooks-newer
ctrl-interface
evoral
fluidsynth
fst
gtkmm2ext Revert "try to add some debugging for macOS modal/menu handling" 2024-09-10 16:34:16 -06:00
hidapi Fix libhid API builds with recent gcc/glib ` 2024-09-15 12:00:12 +02:00
libltc
lua
midi++2
panners
pbd Debug thread sched_priority 2024-09-28 14:47:52 +02:00
plugins
ptformat
qm-dsp
surfaces Let PBD::Thread set thread-name 2024-09-28 03:16:07 +02:00
temporal
tk avoid call of a null function pointer 2024-09-13 08:24:04 -06:00
vamp-plugins
vamp-pyin
vfork
vst3
waveview Let PBD::Thread set thread-name 2024-09-28 03:16:07 +02:00
widgets
zita-convolver
zita-resampler