summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-17 15:41:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:29 -0500
commit38fbf3c30262b03d66fd3bd31169670b5cecb8bf (patch)
tree8614508d34b2745efe64f13d57d02708b58f81bc /libs/ardour/ardour/session.h
parentf699773490ffc4b7380eede4e529c66416f965ac (diff)
change Session::goto_start() to take an argument to optionally roll after locate
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 80fe71fd1f..519d614248 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -425,7 +425,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
framepos_t last_transport_start () const { return _last_roll_location; }
void goto_end ();
- void goto_start ();
+ void goto_start (bool and_roll = false);
void use_rf_shuttle_speed ();
void allow_auto_play (bool yn);
void request_transport_speed (double speed, bool as_default = true);