mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
optionally tie together editor+mixer display orders; provide GUI control for timecode-is-synced; make Ctrl-w close any dialog
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2422 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b8e813c455
commit
222a85ca10
25 changed files with 254 additions and 60 deletions
|
|
@ -45,7 +45,7 @@ class IOSelector;
|
|||
class GainMeter;
|
||||
class PannerUI;
|
||||
|
||||
class OptionEditor : public Gtk::Dialog
|
||||
class OptionEditor : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
OptionEditor (ARDOUR_UI&, PublicEditor&, Mixer_UI&);
|
||||
|
|
@ -66,6 +66,7 @@ class OptionEditor : public Gtk::Dialog
|
|||
|
||||
gint wm_close (GdkEventAny *);
|
||||
bool focus_out_event_handler (GdkEventFocus*, void (OptionEditor::*pmf)());
|
||||
void parameter_changed (const char* name);
|
||||
|
||||
/* paths */
|
||||
|
||||
|
|
@ -96,11 +97,13 @@ class OptionEditor : public Gtk::Dialog
|
|||
Gtk::ComboBoxText slave_type_combo;
|
||||
AudioClock smpte_offset_clock;
|
||||
Gtk::CheckButton smpte_offset_negative_button;
|
||||
Gtk::CheckButton synced_timecode_button;
|
||||
|
||||
void setup_sync_options ();
|
||||
|
||||
void smpte_offset_chosen ();
|
||||
void smpte_offset_negative_clicked ();
|
||||
void synced_timecode_toggled ();
|
||||
|
||||
/* MIDI */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue