cd5f70e69ace82a0f04ab045065cfffa2fafb571
Previously buffers were dropped, and data was not copied to newly allocated buffers. As side-effect the read-offset was not adjusted either. The distance between read and write-pointer needs to be maintained (delay does not change). This needs to be accounted for, when the buffer increases while read->write wraps around the old (smaller) buffer. Previously this triggered an assert (in line 180)
Please see the Ardour web site at http://ardour.org/ for all documentation..
For information on building ardour:
http://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%