Ardour
9.0-pre0-582-g084a23a80d
plugin_dspload_ui.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018 Robin Gareus <robin@gareus.org>
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; either version 2 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License along
15
* with this program; if not, write to the Free Software Foundation, Inc.,
16
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
*/
18
19
#ifndef _gtkardour_plugin_dspload_ui_h_
20
#define _gtkardour_plugin_dspload_ui_h_
21
22
#include <
gtkmm/widget.h
>
23
#include <
gtkmm/table.h
>
24
#include <
gtkmm/label.h
>
25
#include <
gtkmm/drawingarea.h
>
26
#include <
gtkmm/separator.h
>
27
28
#include "
widgets/ardour_button.h
"
29
30
#include "
ardour/plug_insert_base.h
"
31
32
class
PluginLoadStatsGui
:
public
Gtk::Table
33
{
34
public
:
35
PluginLoadStatsGui
(std::shared_ptr<ARDOUR::PlugInsertBase>);
36
37
void
start_updating
();
38
void
stop_updating
();
39
40
double
dsp_avg
()
const
{
return
_valid
?
_avg
: -1; }
41
uint64_t
dsp_max
()
const
{
return
_valid
?
_max
: 0; }
42
43
private
:
44
void
update_cpu_label
();
45
bool
draw_bar
(
GdkEventExpose
*);
46
void
clear_stats
() {
47
_pib
->clear_stats ();
48
}
49
50
std::shared_ptr<ARDOUR::PlugInsertBase>
_pib
;
51
sigc::connection
update_cpu_label_connection
;
52
53
Gtk::Label
_lbl_min
;
54
Gtk::Label
_lbl_max
;
55
Gtk::Label
_lbl_avg
;
56
Gtk::Label
_lbl_dev
;
57
58
ArdourWidgets::ArdourButton
_reset_button
;
59
Gtk::DrawingArea
_darea
;
60
61
PBD::microseconds_t
_min
,
_max
;
62
double
_avg
,
_dev
;
63
bool
_valid
;
64
};
65
66
#endif
ardour_button.h
ArdourWidgets::ArdourButton
Definition:
ardour_button.h:39
Gtk::DrawingArea
Definition:
drawingarea.h:51
Gtk::Label
Definition:
label.h:55
Gtk::Table
Definition:
tk/ytkmm/ytkmm/gtkmm/table.h:184
PluginLoadStatsGui
Definition:
plugin_dspload_ui.h:33
PluginLoadStatsGui::_pib
std::shared_ptr< ARDOUR::PlugInsertBase > _pib
Definition:
plugin_dspload_ui.h:50
PluginLoadStatsGui::_max
PBD::microseconds_t _max
Definition:
plugin_dspload_ui.h:61
PluginLoadStatsGui::_lbl_dev
Gtk::Label _lbl_dev
Definition:
plugin_dspload_ui.h:56
PluginLoadStatsGui::start_updating
void start_updating()
PluginLoadStatsGui::update_cpu_label_connection
sigc::connection update_cpu_label_connection
Definition:
plugin_dspload_ui.h:51
PluginLoadStatsGui::_lbl_min
Gtk::Label _lbl_min
Definition:
plugin_dspload_ui.h:53
PluginLoadStatsGui::_valid
bool _valid
Definition:
plugin_dspload_ui.h:63
PluginLoadStatsGui::clear_stats
void clear_stats()
Definition:
plugin_dspload_ui.h:46
PluginLoadStatsGui::_min
PBD::microseconds_t _min
Definition:
plugin_dspload_ui.h:61
PluginLoadStatsGui::PluginLoadStatsGui
PluginLoadStatsGui(std::shared_ptr< ARDOUR::PlugInsertBase >)
PluginLoadStatsGui::dsp_avg
double dsp_avg() const
Definition:
plugin_dspload_ui.h:40
PluginLoadStatsGui::update_cpu_label
void update_cpu_label()
PluginLoadStatsGui::_lbl_max
Gtk::Label _lbl_max
Definition:
plugin_dspload_ui.h:54
PluginLoadStatsGui::_reset_button
ArdourWidgets::ArdourButton _reset_button
Definition:
plugin_dspload_ui.h:58
PluginLoadStatsGui::_lbl_avg
Gtk::Label _lbl_avg
Definition:
plugin_dspload_ui.h:55
PluginLoadStatsGui::stop_updating
void stop_updating()
PluginLoadStatsGui::_dev
double _dev
Definition:
plugin_dspload_ui.h:62
PluginLoadStatsGui::_avg
double _avg
Definition:
plugin_dspload_ui.h:62
PluginLoadStatsGui::_darea
Gtk::DrawingArea _darea
Definition:
plugin_dspload_ui.h:59
PluginLoadStatsGui::draw_bar
bool draw_bar(GdkEventExpose *)
PluginLoadStatsGui::dsp_max
uint64_t dsp_max() const
Definition:
plugin_dspload_ui.h:41
drawingarea.h
label.h
PBD::microseconds_t
int64_t microseconds_t
Definition:
microseconds.h:28
plug_insert_base.h
separator.h
_GdkEventExpose
Definition:
gdkevents.h:281
table.h
widget.h
gtk2_ardour
plugin_dspload_ui.h
Generated on Wed Dec 25 2024 05:44:45 for Ardour by
1.9.1