mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Add a reset-all DSP-load-stats button
This commit is contained in:
parent
d71dfdfd6a
commit
21601f8d56
2 changed files with 33 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/scrolledwindow.h>
|
||||
|
||||
#include "widgets/ardour_button.h"
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include "ardour_window.h"
|
||||
|
|
@ -51,10 +52,13 @@ protected:
|
|||
private:
|
||||
void refill_processors ();
|
||||
void drop_references ();
|
||||
void clear_all_stats ();
|
||||
void add_processor_to_display (boost::weak_ptr<ARDOUR::Processor>, std::string const&);
|
||||
void clear_processor_stats (boost::weak_ptr<ARDOUR::Processor>);
|
||||
|
||||
Gtk::ScrolledWindow _scroller;
|
||||
Gtk::VBox _box;
|
||||
ArdourWidgets::ArdourButton _reset_button;
|
||||
|
||||
PBD::ScopedConnectionList _processor_connections;
|
||||
PBD::ScopedConnectionList _route_connections;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue