Files
ardour/libs
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
..
2017-06-27 20:12:46 +02:00
2017-08-18 09:42:04 -04:00
2017-07-26 22:58:12 +02:00
2017-08-18 20:42:55 +02:00
2017-02-18 16:22:34 +01:00
2017-09-18 13:24:04 -04:00
2017-08-30 20:11:17 +02:00
2017-09-19 08:34:04 -04:00