mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Revert "Fix MIDI capture alignment"
This reverts commit 3fe87b9fa1.
This commit incorrectly overcompensated MIDI. The DW already
aligns to _first_recordable_sample.
This commit is contained in:
parent
635d83709b
commit
5cd6c261b7
1 changed files with 0 additions and 3 deletions
|
|
@ -178,9 +178,6 @@ DiskWriter::check_record_status (samplepos_t transport_sample, double speed, boo
|
|||
|
||||
if (_alignment_style == ExistingMaterial) {
|
||||
_first_recordable_sample += _capture_offset + _playback_offset;
|
||||
if (_accumulated_capture_offset == 0) {
|
||||
_accumulated_capture_offset = _playback_offset;
|
||||
}
|
||||
}
|
||||
|
||||
if (_session.config.get_punch_out () && 0 != (loc = _session.locations()->auto_punch_location ())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue