summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-18 12:39:17 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 12:39:17 -0400
commit30b087ab3d28f1585987fa3f6ae006562ae192e3 (patch)
tree620ae0250b5d77f90a18f8c2b83be61e4fe7b0b5 /gtk2_ardour/route_params_ui.h
parentcb956e3e480716a3efd280a5287bdd7bee1cedc5 (diff)
globally change all use of "frame" to refer to audio into "sample".
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
Diffstat (limited to 'gtk2_ardour/route_params_ui.h')
-rw-r--r--gtk2_ardour/route_params_ui.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk2_ardour/route_params_ui.h b/gtk2_ardour/route_params_ui.h
index 76a56c7957..98542171a2 100644
--- a/gtk2_ardour/route_params_ui.h
+++ b/gtk2_ardour/route_params_ui.h
@@ -71,11 +71,11 @@ private:
Gtk::ScrolledWindow route_select_scroller;
Gtk::Notebook notebook;
- Gtk::Frame input_frame;
- Gtk::Frame output_frame;
+ Gtk::Frame input_sample;
+ Gtk::Frame output_sample;
ArdourWidgets::HPane redir_hpane;
- Gtk::Frame route_select_frame;
+ Gtk::Frame route_select_sample;
Gtk::HBox route_hpacker;
Gtk::VBox route_vpacker;
@@ -86,11 +86,11 @@ private:
ArdourWidgets::HPane right_hpane;
- Gtk::Frame route_param_frame;
+ Gtk::Frame route_param_sample;
Gtk::VBox choice_vpacker;
- Gtk::Frame latency_frame;
+ Gtk::Frame latency_sample;
Gtk::VBox latency_packer;
Gtk::HButtonBox latency_button_box;
Gtk::Button latency_apply_button;
@@ -160,11 +160,11 @@ private:
void route_selected();
//void route_unselected (gint row, gint col, GdkEvent *ev);
- void setup_io_frames();
- void cleanup_io_frames();
+ void setup_io_samples();
+ void cleanup_io_samples();
void cleanup_view(bool stopupdate = true);
- void cleanup_latency_frame ();
- void setup_latency_frame ();
+ void cleanup_latency_sample ();
+ void setup_latency_sample ();
void processors_changed (ARDOUR::RouteProcessorChange);