mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
use new marker IO dialog from marker button
This commit is contained in:
parent
6738eac45f
commit
db182c852e
2 changed files with 47 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ class EditorSummary;
|
|||
class GroupedButtons;
|
||||
class GUIObjectState;
|
||||
class Marker;
|
||||
class MarkerIODialog;
|
||||
class MidiRegionView;
|
||||
class MixerStrip;
|
||||
class MouseCursors;
|
||||
|
|
@ -1622,6 +1623,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
Gtk::Table toolbar_selection_clock_table;
|
||||
Gtk::Label toolbar_selection_cursor_label;
|
||||
|
||||
WavesButton& marker_button;
|
||||
MarkerIODialog* marker_io_dialog;
|
||||
void marker_button_clicked (WavesButton*);
|
||||
WavesButton& add_marker_button;
|
||||
WavesButton& global_solo_button;
|
||||
void solo_blink (bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue