mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Add MSVC support for the upcoming dsp stats window
This commit is contained in:
parent
a47348f2a2
commit
87e295fc7e
2 changed files with 17 additions and 0 deletions
|
|
@ -471,6 +471,14 @@
|
|||
RelativePath="..\gtk2_ardour\debug.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_ui.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_window.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\duplicate_routes_dialog.cc"
|
||||
>
|
||||
|
|
@ -1641,6 +1649,14 @@
|
|||
RelativePath="..\gtk2_ardour\debug.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_ui.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_window.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\duplicate_routes_dialog.h"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
#include "big_clock_window.h"
|
||||
#include "big_transport_window.h"
|
||||
#include "bundle_manager.h"
|
||||
#include "dsp_stats_window.h"
|
||||
#include "engine_dialog.h"
|
||||
#include "export_video_dialog.h"
|
||||
#include "global_port_matrix.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue