The Flagship http://ardour.org
Go to file
Robin Gareus c5511040ec
MidiBuffer: allow for partial processing with offset
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.
2023-06-30 17:12:16 +02:00
MSVCMixbus3
MSVCardour3 Add/remove source(s) in our MSVC project (libardour and gtk2_ardour) 2021-07-19 11:27:02 +01:00
MSVCvst_scan
doc PulseAudio: use correct casing 2022-11-04 13:44:55 +01:00
gtk2_ardour bbt markers: remove tempo&meter marker on deletion 2023-06-28 18:05:34 -06:00
headless Fix cross-compile linking (libusb - see also 5794d21a76) 2023-05-04 21:31:13 +02:00
libs MidiBuffer: allow for partial processing with offset 2023-06-30 17:12:16 +02:00
luasession Fix cross-compile linking (libusb - see also 5794d21a76) 2023-05-04 21:31:13 +02:00
msvc_extra_headers Fix various typos 2022-04-08 19:51:02 +02:00
session_utils Utils: Fix crash at exit due to engine destruction 2023-06-15 16:22:23 +02:00
share Add example lua script presets 2023-06-28 19:10:34 +02:00
tools Luadoc: add special case for shared_ptr c'tor (4192710ac8) 2023-06-23 02:20:07 +02:00
.dir-locals.el
.gitattributes
.gitignore
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 tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
ardour.1 Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
nutempo-todo todo list text for nutempo-related tasks 2021-08-16 13:41:49 -06:00
system_config
waf Update waf binary, using `doc/updating_waf.txt` 2022-01-09 18:46:24 +01:00
wscript Clarify boost check 2023-06-02 21:31:36 +02: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