summaryrefslogtreecommitdiff
path: root/libs/ardour/ltc_slave.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-03-03 10:22:22 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-03-03 10:22:22 -0700
commit42f93487b53f75385eb3442d3bc1a47d065cb092 (patch)
tree827e227f5ad9101367ac064c2bacfbd81e4b0b85 /libs/ardour/ltc_slave.cc
parenta000faaa471d50acbbd5a27c405aabaaae92d240 (diff)
LTC_Slave::reset() should change _current.speed back to zero
Diffstat (limited to 'libs/ardour/ltc_slave.cc')
-rw-r--r--libs/ardour/ltc_slave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ltc_slave.cc b/libs/ardour/ltc_slave.cc
index 86d3b5e20e..d11a7c7ed0 100644
--- a/libs/ardour/ltc_slave.cc
+++ b/libs/ardour/ltc_slave.cc
@@ -195,7 +195,7 @@ LTC_TransportMaster::reset (bool with_position)
{
DEBUG_TRACE (DEBUG::LTC, string_compose ("LTC reset() with pos ? %1\n", with_position));
if (with_position) {
- current.update (current.position, 0, current.speed);
+ current.update (current.position, 0, 0);
_current_delta = 0;
} else {
current.reset ();