mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
add another conditional to decide if we should merge disk MIDI data into input MIDI data
This commit is contained in:
parent
1a2820a886
commit
4d5fd1af4b
1 changed files with 1 additions and 1 deletions
|
|
@ -1153,7 +1153,7 @@ DiskReader::get_midi_playback (MidiBuffer& dst, samplepos_t start_sample, sample
|
|||
}
|
||||
|
||||
|
||||
if (!_no_disk_output && (ms & MonitoringInput)) {
|
||||
if (!pending_overwrite() && !_no_disk_output && (ms & MonitoringInput)) {
|
||||
dst.merge_from (*target, nframes);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue