mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
WebSockets: output position time in seconds
This commit is contained in:
parent
bfbb15011c
commit
dc97bf3ff0
6 changed files with 62 additions and 20 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue