mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
overhaul meterbridge metrics part one.
This commit is contained in:
parent
3c82b99a3b
commit
08167d6ac4
5 changed files with 118 additions and 63 deletions
|
|
@ -41,12 +41,11 @@ namespace Gtk {
|
|||
class Style;
|
||||
}
|
||||
|
||||
class Meterbridge;
|
||||
|
||||
class MeterStrip : public Gtk::VBox, public RouteUI
|
||||
{
|
||||
public:
|
||||
MeterStrip (Meterbridge&, ARDOUR::Session*, boost::shared_ptr<ARDOUR::Route>);
|
||||
MeterStrip (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Route>);
|
||||
MeterStrip (int);
|
||||
~MeterStrip ();
|
||||
|
||||
void fast_update ();
|
||||
|
|
@ -75,7 +74,6 @@ class MeterStrip : public Gtk::VBox, public RouteUI
|
|||
static cairo_pattern_t* render_ticks (Gtk::Widget &, std::vector<ARDOUR::DataType>);
|
||||
|
||||
void on_theme_changed ();
|
||||
bool style_changed;
|
||||
|
||||
void on_size_allocate (Gtk::Allocation&);
|
||||
void on_size_request (Gtk::Requisition*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue