mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Add a window that shows DSP usage of all plugins
Currently hidden, use
Editor:access_action("Window", "toggle-plugin-dsp-load")
This commit is contained in:
parent
f7b93ee7b9
commit
d71dfdfd6a
7 changed files with 213 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ gtk2_ardour_sources = [
|
|||
'plugin_selector.cc',
|
||||
'plugin_ui.cc',
|
||||
'plugin_dspload_ui.cc',
|
||||
'plugin_dspload_window.cc',
|
||||
'port_group.cc',
|
||||
'port_insert_ui.cc',
|
||||
'port_matrix.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue