summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-22 11:57:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-22 11:57:16 +0000
commitad4506daadd7bb0a399e683509d3cb5e29a49b9d (patch)
tree8a2fd2941994fc8d26bf282674d05e980c05c8c7 /libs/ardour
parent55b63cb5720958e789bc2fb16c51d2e3b7f1ef2d (diff)
fix broken compilation after edit-while-stopped fix was applied
git-svn-id: svn://localhost/ardour2/branches/3.0@6538 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/track.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc
index 5e53483999..1aa917ca9d 100644
--- a/libs/ardour/track.cc
+++ b/libs/ardour/track.cc
@@ -249,11 +249,11 @@ Track::no_roll (nframes_t nframes, sframes_t start_frame, sframes_t end_frame,
if (session_state_changing) {
if (_session.transport_speed() != 0.0f) {
/* we're rolling but some state is changing (e.g. our diskstream contents)
- so we cannot use them. Be silent till this is over.
+ so we cannot use them. Be silent till this is over. Don't declick.
XXX note the absurdity of ::no_roll() being called when we ARE rolling!
*/
- passthru_silence (start_frame, end_frame, nframes, 0, false);
+ passthru_silence (start_frame, end_frame, nframes, 0);
return 0;
}
/* we're really not rolling, so we're either delivery silence or actually