7b3cbaf68f9b171352c32f87b1d525438c75eca1
Previously AudioPlaylist::read always returned the timecnt that it was supposed to read into the buffer, regardless if the given number of samples was read. The check in DiskReader::refill_audio `if (nread != to_read)` never triggered. This can happen when changing an audio-region's time-domain to music-time (glue to bars/beats). Region-length (beats converted to samples) can exceed the actual audio-source length (in samples).
…
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%