summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-10-21 15:03:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-10-21 15:03:50 +0000
commit6405e51c856c9094507b7da20511b907bc41f9f7 (patch)
treedd1e2bd5587bf79cceafd2e3fec0865d0cad9b31 /libs/ardour/session_state.cc
parent8e095d439f5b527eeadd9588b725733e64a57427 (diff)
improved (?) Session::audible_frame()
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3990 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 469914c971..3b68f8fb44 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -148,6 +148,7 @@ Session::first_stage_init (string fullpath, string snapshot_name)
g_atomic_int_set (&_record_status, Disabled);
loop_changing = false;
play_loop = false;
+ have_looped = false;
_last_roll_location = 0;
_last_record_location = 0;
pending_locate_frame = 0;
@@ -228,8 +229,6 @@ Session::first_stage_init (string fullpath, string snapshot_name)
_smpte_offset = 0;
_smpte_offset_negative = true;
last_smpte_valid = false;
- af_last_transport_speed = 0.0;
- af_last_frame = 0.0;
sync_time_vars ();