The Flagship http://ardour.org
Go to file
Robin Gareus 62fc1d3c2e
Flush audio-buffers for internal connections
Forward data for ports that are both internally and
externally connected.

e.g. click-io may be connected to a track as well as physical
outputs. Since the port is externally connected, data is written
to an internal buffer _data[], and only at cycle-end resampled
to engine-buffers.

However a track's recording the metronome is not externally
connected. Hence data is directly read from the engine-buffers.
Summing also happens at engine level, so data has to
be written back for downstream ports to read them in the same cycle.
2023-03-07 20:49:54 +01:00
MSVCMixbus3
MSVCardour3
MSVCvst_scan
doc
gtk2_ardour Update French translation for 7.3.0 2023-03-03 17:17:49 +01:00
headless
libs Flush audio-buffers for internal connections 2023-03-07 20:49:54 +01:00
luasession
msvc_extra_headers
session_utils
share added trackcolors to X-Touch, added _is_xtouch to device info as condition for trackcolors 2023-03-06 00:08:38 +01:00
tools configuration_metadata.cc should be manually generated whenever metadata changes, so just commit current version 2023-01-28 08:27:56 -07:00
.dir-locals.el
.gitattributes
.gitignore
COPYING
PACKAGER_README
README
README-GITHUB.txt
TRANSLATORS
ardour.1
nutempo-todo
system_config
waf
wscript Enable avx512f support for windows builds 2023-02-06 21:36:09 +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