mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
NOOP: add comment as a reminder for post-nutempo merge
This commit is contained in:
parent
78738ec5a1
commit
f643e231f5
1 changed files with 4 additions and 0 deletions
|
|
@ -5852,6 +5852,8 @@ Session::write_one_track (Track& track, samplepos_t start, samplepos_t end,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* XXX NUTEMPO fix this to not use samples */
|
||||||
|
|
||||||
for (vector<MidiSourceLockMap*>::iterator m = midi_source_locks.begin(); m != midi_source_locks.end(); ++m) {
|
for (vector<MidiSourceLockMap*>::iterator m = midi_source_locks.begin(); m != midi_source_locks.end(); ++m) {
|
||||||
const MidiBuffer& buf = buffers.get_midi(0);
|
const MidiBuffer& buf = buffers.get_midi(0);
|
||||||
for (MidiBuffer::const_iterator i = buf.begin(); i != buf.end(); ++i) {
|
for (MidiBuffer::const_iterator i = buf.begin(); i != buf.end(); ++i) {
|
||||||
|
|
@ -5892,6 +5894,8 @@ Session::write_one_track (Track& track, samplepos_t start, samplepos_t end,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* XXX NUTEMPO fix this to not use samples */
|
||||||
|
|
||||||
for (vector<MidiSourceLockMap*>::iterator m = midi_source_locks.begin(); m != midi_source_locks.end(); ++m) {
|
for (vector<MidiSourceLockMap*>::iterator m = midi_source_locks.begin(); m != midi_source_locks.end(); ++m) {
|
||||||
const MidiBuffer& buf = buffers.get_midi(0);
|
const MidiBuffer& buf = buffers.get_midi(0);
|
||||||
for (MidiBuffer::const_iterator i = buf.begin(); i != buf.end(); ++i) {
|
for (MidiBuffer::const_iterator i = buf.begin(); i != buf.end(); ++i) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue