mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
integration of new dsp stats window with window proxy system, part 2
This commit is contained in:
parent
dcee5067f5
commit
081c2525fd
2 changed files with 2 additions and 0 deletions
|
|
@ -615,6 +615,7 @@
|
||||||
<menuitem action='toggle-speaker-config'/>
|
<menuitem action='toggle-speaker-config'/>
|
||||||
#endif
|
#endif
|
||||||
<menuitem action='toggle-plugin-dsp-load'/>
|
<menuitem action='toggle-plugin-dsp-load'/>
|
||||||
|
<menuitem action='toggle-dsp-statistics'/>
|
||||||
#if 0
|
#if 0
|
||||||
<menuitem action='toggle-idle-o-meter'/>
|
<menuitem action='toggle-idle-o-meter'/>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -507,6 +507,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
||||||
lua_script_window.set_state (*ui_xml, 0);
|
lua_script_window.set_state (*ui_xml, 0);
|
||||||
idleometer.set_state (*ui_xml, 0);
|
idleometer.set_state (*ui_xml, 0);
|
||||||
plugin_dsp_load_window.set_state (*ui_xml, 0);
|
plugin_dsp_load_window.set_state (*ui_xml, 0);
|
||||||
|
dsp_statistics_window.set_state (*ui_xml, 0);
|
||||||
transport_masters_window.set_state (*ui_xml, 0);
|
transport_masters_window.set_state (*ui_xml, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue