mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Initial implementation of TransportBar
This commit is contained in:
parent
2066f7018d
commit
b9d173c17a
8 changed files with 222 additions and 8 deletions
|
|
@ -166,6 +166,7 @@ class SessionDialog;
|
|||
class SessionOptionEditorWindow;
|
||||
class Splash;
|
||||
class TimeInfoBox;
|
||||
class ApplicationBar;
|
||||
class Meterbridge;
|
||||
class LuaWindow;
|
||||
class MidiTracer;
|
||||
|
|
@ -525,7 +526,7 @@ private:
|
|||
void set_transport_controllable_state (const XMLNode&);
|
||||
XMLNode& get_transport_controllable_state ();
|
||||
|
||||
TransportControlUI transport_ctrl;
|
||||
ApplicationBar *application_bar;
|
||||
|
||||
ArdourWidgets::ArdourButton punch_in_button;
|
||||
ArdourWidgets::ArdourButton punch_out_button;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue