globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / gtk2_ardour / processor_box.h
index cb13f42b436b0a3504b76e703db598e6a2d045f4..410e5b91d7440e813d1470cb39b41bae3fac506e 100644 (file)
@@ -255,7 +255,7 @@ private:
                bool on_button_press_event (GdkEventButton *ev);
                void update_height_alloc (uint32_t inline_height);
 
-               void display_frame (cairo_t* cr, double w, double h);
+               void display_sample (cairo_t* cr, double w, double h);
 
                ProcessorEntry& _entry;
                bool _scroll;