WebSockets: output position time in seconds

This commit is contained in:
Luciano Iam 2020-04-18 14:56:46 +02:00 committed by Robin Gareus
parent bfbb15011c
commit dc97bf3ff0
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
6 changed files with 62 additions and 20 deletions

View file

@ -28,14 +28,16 @@ public:
: SurfaceComponent (surface){};
virtual ~ArdourGlobals (){};
double tempo () const;
void set_tempo (double);
double position_time () const;
bool transport_roll () const;
void set_transport_roll (bool);
bool record_state () const;
void set_record_state (bool);
double tempo () const;
void set_tempo (double);
};
#endif // _ardour_surface_websockets_globals_h_