integration of new dsp stats window with window proxy system, part 3
This commit is contained in:
parent
081c2525fd
commit
a47348f2a2
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user