e539cabc00ab0bfb48d2d276e40df5e454bf94fd
This fixes a crash when removing and re-adding regionFX. Removing all FX clears the _readcache BufferSet (see AudioRegion::remove_plugin). BufferSet::clear() calls _buffers.clear(); leading to a assert/crash when adding a new regionFX plugin which calls BufferSet::ensure_buffers.
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%