The Flagship http://ardour.org
Go to file
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
MSVCMixbus3
MSVCardour3 remove midi_scroomer.h from MSVC project file 2023-09-10 18:20:35 -06:00
MSVCvst_scan
doc short doc on drawing cairo single pixel lines 2023-07-17 16:46:54 -06:00
gtk2_ardour Fix deleting the same point multiple times (#9689) 2024-04-15 00:39:20 +02:00
headless Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
libs Overhaul and optimize thread-buffer allocation 2024-04-23 21:51:04 +02:00
luasession Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
msvc_extra_headers
session_utils Remove unmaintained AAF CLI 2024-02-15 01:44:35 +01:00
share Add example script to exercise Plugin Properties 2024-03-24 23:09:53 +01:00
tools Ardour non longer uses gtk modules 2024-04-04 17:06:22 +02:00
.dir-locals.el
.gitattributes
.gitignore Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
COPYING add plugin clarification to COPYING 2023-04-26 13:28:29 -06:00
PACKAGER_README
README
README-GITHUB.txt Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
TRANSLATORS Update translation howto 2023-09-24 19:58:25 +02:00
ardour.1 Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
nutempo-todo
system_config
waf upgrade waf to 2.0.26 (includes new autowaf.py version) 2023-09-23 12:09:52 -06:00
wscript Work around itstools bug #9648 2024-03-04 14:27:23 +01:00

README

Please see the Ardour web site at https://ardour.org/ for all documentation..

For information on building ardour: 
      
     https://ardour.org/development.html