summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport/tranzport_control_protocol.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-04-19 02:11:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-04-19 02:11:39 +0000
commit74e6e37d3038cfe45b856d92576b66aca519f43f (patch)
tree71763925dfb3f1ff26516f489a028b83655096e9 /libs/surfaces/tranzport/tranzport_control_protocol.h
parent099c4c8d064dce9f0517ae3e32d694a19d580d71 (diff)
a) fix editor hscroller to follow PT behaviour - scrollbar always
covers 0...full session + 10% of current zoom page size b) add "big meter" mode to tranzport and fix more bugs with tranzport support git-svn-id: svn://localhost/trunk/ardour2@455 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/tranzport/tranzport_control_protocol.h')
-rw-r--r--libs/surfaces/tranzport/tranzport_control_protocol.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/surfaces/tranzport/tranzport_control_protocol.h b/libs/surfaces/tranzport/tranzport_control_protocol.h
index d460a6c74a..925ac72e2a 100644
--- a/libs/surfaces/tranzport/tranzport_control_protocol.h
+++ b/libs/surfaces/tranzport/tranzport_control_protocol.h
@@ -99,6 +99,7 @@ class TranzportControlProtocol : public ControlProtocol {
int last_wheel_dir;
DisplayMode display_mode;
DisplayMode requested_display_mode;
+ uint32_t last_meter_fill;
std::vector<sigc::connection> track_connections;
@@ -159,8 +160,8 @@ class TranzportControlProtocol : public ControlProtocol {
void step_pan_right ();
void step_pan_left ();
- static void* _thread_work (void* arg);
- void* thread_work ();
+ static void* _monitor_work (void* arg);
+ void* monitor_work ();
void button_event_battery_press (bool shifted);
void button_event_battery_release (bool shifted);