Files
ardour/libs
Robin Gareus 2f6a428f05 Overhaul and optimize thread-buffer allocation
Every route calls Session::ensure_buffers when configuring
processors. Previously that unconditionally invoked the
BufferManager, even if no change was required.

This also fixes a potential issue when bouncing tracks.
::write_one_track() increases the buffersize to 8k, but only for
the ChanCount required to bounce. This was never properly reset.

Furthermore this is in preparation for RegionFX which may
need to increase the ChanCount of Threadbuffers.
2024-04-23 21:51:04 +02:00
..
2024-03-19 20:59:04 +01:00
2024-04-04 17:06:31 +02:00
2024-04-09 02:10:19 +02:00
2024-04-19 10:43:10 -06:00
2024-01-06 21:52:48 +01:00