integration of new dsp stats window with window proxy system, part 3

This commit is contained in:
Paul Davis 2021-06-11 21:17:44 -06:00
parent 081c2525fd
commit a47348f2a2
3 changed files with 3 additions and 1 deletions

View File

@ -158,6 +158,7 @@ typedef uint64_t microseconds_t;
#include "big_clock_window.h"
#include "big_transport_window.h"
#include "bundle_manager.h"
#include "dsp_stats_window.h"
#include "duplicate_routes_dialog.h"
#include "debug.h"
#include "engine_dialog.h"

View File

@ -724,7 +724,7 @@ private:
WM::Proxy<LuaScriptManager> lua_script_window;
WM::Proxy<IdleOMeter> idleometer;
WM::Proxy<PluginDSPLoadWindow> plugin_dsp_load_window;
WM::Proxy<PluginDSPLoadWindow> dsp_statistics_window;
WM::Proxy<DspStatisticsWindow> dsp_statistics_window;
WM::Proxy<TransportMastersWindow> transport_masters_window;
/* Windows/Dialogs that require a creator method */

View File

@ -55,6 +55,7 @@
#include "big_clock_window.h"
#include "big_transport_window.h"
#include "bundle_manager.h"
#include "dsp_stats_window.h"
#include "global_port_matrix.h"
#include "gui_object.h"
#include "gui_thread.h"