13
0

add new butler seek counter

This commit is contained in:
Paul Davis 2020-11-12 18:35:54 -07:00
parent ee74a932c6
commit ab6a1d062d
2 changed files with 2 additions and 0 deletions

View File

@ -1328,6 +1328,7 @@ private:
mutable gint _record_status;
samplepos_t _transport_sample;
gint _seek_counter;
gint _butler_seek_counter;
Location* _session_range_location; ///< session range, or 0 if there is nothing in the session yet
bool _session_range_is_free;
bool _silent;

View File

@ -188,6 +188,7 @@ Session::Session (AudioEngine &eng,
, _record_status (Disabled)
, _transport_sample (0)
, _seek_counter (0)
, _butler_seek_counter (0)
, _session_range_location (0)
, _session_range_is_free (true)
, _silent (false)