c5511040ecb7dc3bbcae0fd341d02aa7c81539e1
AudioBuffer::read_from() only replaces data within the given range (offset .. n_samples + offset) leaving the rest of the buffer untouched. With in-place processing, where the same MIDI buffer is used for input and output, each sub-cycle must only clear the processed range, while leaving the rest of the buffer untouched.
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%