summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-14 17:35:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-14 17:35:33 +0000
commit07be98b3410ac70b3c4451592fb88def678611ef (patch)
treea4fafdad0a4e67f9f49d4b5b21193bf37d8b2504 /libs/ardour/track.cc
parentbb9cc45cd22af67ac275a5e73accbe14fee664d8 (diff)
(1) silence non-process FIFO message (2) move MIDI state tracking down to the MidiPort level (3) forward port the PRIVATE_JACK pointer "fix" from 2.X
git-svn-id: svn://localhost/ardour2/branches/3.0@5774 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/track.cc')
-rw-r--r--libs/ardour/track.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc
index bf5737f29d..ce208769f6 100644
--- a/libs/ardour/track.cc
+++ b/libs/ardour/track.cc
@@ -321,7 +321,7 @@ Track::no_roll (nframes_t nframes, sframes_t start_frame, sframes_t end_frame,
passthru (start_frame, end_frame, nframes, false);
}
- _main_outs->flush (nframes);
+ _main_outs->flush (nframes, end_frame - start_frame - 1);
return 0;
}