summaryrefslogtreecommitdiff
path: root/libs/surfaces/us2400/us2400_control_protocol.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2019-05-18 16:36:49 +0200
committerJohannes Mueller <github@johannes-mueller.org>2019-05-18 16:36:49 +0200
commit0c3112aed13421736cde3da02e5ce5600d902570 (patch)
tree5b9e19a584ead1aa9c11b8fb90bad1b09f687808 /libs/surfaces/us2400/us2400_control_protocol.h
parentb8349069f11db36f13065c55e0eb4e6b5c3fe727 (diff)
Some frame -> sample changes in UCS2400
Diffstat (limited to 'libs/surfaces/us2400/us2400_control_protocol.h')
-rw-r--r--libs/surfaces/us2400/us2400_control_protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/us2400/us2400_control_protocol.h b/libs/surfaces/us2400/us2400_control_protocol.h
index 415b42ad08..201927bbcb 100644
--- a/libs/surfaces/us2400/us2400_control_protocol.h
+++ b/libs/surfaces/us2400/us2400_control_protocol.h
@@ -199,7 +199,7 @@ class US2400Protocol
void update_global_led (int id, US2400::LedState);
ARDOUR::Session & get_session() { return *session; }
- samplepos_t transport_frame() const;
+ samplepos_t transport_sample() const;
int modifier_state() const { return _modifier_state; }
int main_modifier_state() const { return _modifier_state & MAIN_MODIFIER_MASK; }
@@ -281,7 +281,7 @@ class US2400Protocol
US2400::Timer _frm_left_last;
// last written timecode string
std::string _timecode_last;
- samplepos_t _frame_last;
+ samplepos_t _sample_last;
// Which timecode are we displaying? BBT or Timecode
ARDOUR::AnyTime::Type _timecode_type;
// Bundle to represent our input ports