X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_region_editor.h;h=57a9ba40c608f013395d683bf29a0b3506f31b80;hb=b6b366b631cc0ee60df8e6e9bb7a9acdac7d0402;hp=024f390d409f3702d60030ddb5b9101dea11e833;hpb=6edccc3070b813157ffcd4014ec8dd7fa6ed9ce7;p=ardour.git diff --git a/gtk2_ardour/audio_region_editor.h b/gtk2_ardour/audio_region_editor.h index 024f390d40..57a9ba40c6 100644 --- a/gtk2_ardour/audio_region_editor.h +++ b/gtk2_ardour/audio_region_editor.h @@ -74,17 +74,22 @@ class AudioRegionEditor : public RegionEditor Gtk::Table time_table; - Gtk::Label start_label; + Gtk::Label position_label; Gtk::Label end_label; Gtk::Label length_label; - Gtk::Alignment start_alignment; + Gtk::Label sync_label; + Gtk::Label start_label; + Gtk::Alignment position_alignment; Gtk::Alignment end_alignment; Gtk::Alignment length_alignment; + Gtk::Alignment sync_alignment; + Gtk::Alignment start_alignment; - AudioClock start_clock; + AudioClock position_clock; AudioClock end_clock; AudioClock length_clock; AudioClock sync_offset_clock; + AudioClock start_clock; Gtk::HSeparator sep3; Gtk::VSeparator sep1; @@ -99,7 +104,7 @@ class AudioRegionEditor : public RegionEditor void activation (); void name_entry_changed (); - void start_clock_changed (); + void position_clock_changed (); void end_clock_changed (); void length_clock_changed ();