Mirror of Ardour Source Code
Find a file
Robin Gareus aac8040e95 Enforce disk-reader to be after the disk-writer
If disk-monitoring is disabled: disk-reader position is not relevant.
If Rec-arm is off: disk-writer position is not relevant.

But...

   Play -> [plugins] -> Record

is basically a bounce and best done using the bounce operation.
(faster than realtime).

   Input + Play -> Record -> Output

Ardour would need to align playback with the Input to be recorded
and at the same time align it with output, so that a player can play
along on the same track. That's not possible without a time-machine (or
a 2nd play processor).

While it can work in theory under some special circumstances, allowing
the disk-reader before the disk-writer is really just confusing,
error prone and valid uses cases are better handled by dedicated
operations.
2017-09-22 03:47:38 +02:00
doc
export
gtk2_ardour s/created with/modified with/ 2017-09-21 02:01:12 +02:00
headless
libs Enforce disk-reader to be after the disk-writer 2017-09-22 03:47:38 +02:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3 Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour) 2017-09-08 10:18:25 +01:00
MSVCMixbus3
MSVCvst_scan MSVC changes needed to implement the new 'waveview' library 2017-07-19 08:20:18 +01:00
nutemp globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
osc
osc_interfaces/touchosc prh: Added version 1b of my Mixbus Mix controller. 2017-08-18 23:03:58 +02:00
patches
patchfiles
scripts Add Lua script to print signal latencies 2017-09-20 01:29:46 +02:00
session_utils globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
templates Deploy Session-templates 2017-08-23 23:55:00 +02:00
tools Clean up and fix win x-compile script 2017-09-20 14:15:27 +02:00
vst
.dir-locals.el
.gitattributes
.gitignore
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
instant.xml
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript Fix buildstack revision report 2017-09-20 14:06:27 +02:00

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

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