X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fprocessor_box.h;h=81c5c8e20fb3a57dee720c9a106a42fe52294063;hb=ff5cc4a3115f43443cebfc325d175e3cdddeafed;hp=cb13f42b436b0a3504b76e703db598e6a2d045f4;hpb=e6064b286e1bace410d4f60fe4f3fee1f36da264;p=ardour.git diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h index cb13f42b43..81c5c8e20f 100644 --- a/gtk2_ardour/processor_box.h +++ b/gtk2_ardour/processor_box.h @@ -120,7 +120,6 @@ class PluginPinWindowProxy : public WM::ProxyBase ARDOUR::SessionHandlePtr* session_handle(); private: - ProcessorBox* _processor_box; boost::weak_ptr _processor; void processor_going_away (); @@ -255,10 +254,11 @@ 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; + const uint32_t _given_max_height; }; class LuaPluginDisplay : public PluginInlineDisplay {