Mads Kiilerich
8a5f21d8e3
Drop some unused files - avoid trying to maintain stuff that can't be tested
2024-10-20 03:11:53 +02:00
Mads Kiilerich
140670541f
Use .inc.h for #include files that not are plain headers
...
Regular .h files *should* be self-contained and independent of previous
includes and guarded to only include once. Make it clear which files
that *doesn't* apply for at all.
2024-10-20 03:11:53 +02:00
907e5571b4
remove midi_scroomer.h from MSVC project file
2023-09-10 18:20:35 -06:00
John Emmas
b454ff0e90
Add/remove source(s) in our MSVC project (libardour and gtk2_ardour)
2021-07-19 11:27:02 +01:00
John Emmas
378a050198
Add/remove source(s) in our MSVC project (gtk2_ardour)
2021-07-05 09:45:24 +01:00
John Emmas
87e295fc7e
Add MSVC support for the upcoming dsp stats window
2021-06-12 10:42:27 +01:00
John Emmas
d0f4665d5e
Add/remove source(s) in our MSVC project (gtk2_ardour)
2021-04-17 11:22:11 +01:00
John Emmas
c776b1fca4
Add/remove source(s) in our MSVC project (gtk2_ardour)
2021-04-07 12:07:14 +01:00
John Emmas
c51d810d65
Accommodate some recent changes in 'tools/fmt-bindings'
2021-03-31 09:21:36 +01:00
John Emmas
d2cb383965
MSVC changes to support the new code modules (Tabbable API stuff)
2021-02-24 14:32:23 +00:00
John Emmas
bf75df3790
Add/remove source(s) in our MSVC project (gtk2_ardour)
2021-01-30 14:00:39 +00:00
John Emmas
631b39e803
Add/remove source(s) in our MSVC project (gtk2_ardour)
2020-12-31 16:11:47 +00:00
John Emmas
f4be03ac8f
Move MSVC's declaration of VST3_SUPPORT to the right place
...
(reverts commit #ae2a1c15fa)
2020-09-22 12:21:20 +01:00
John Emmas
ae2a1c15fa
Add VST3 support for building with MSVC
2020-09-17 18:45:12 +01:00
John Emmas
407d00ecb4
Add/remove source(s) in our MSVC project (gtk2_ardour)
2020-07-20 11:39:47 +01:00
John Emmas
1d23e18efe
Initial vcproj changes for building Ardour6 / Mixbus6 with MSVC
2020-05-29 08:33:33 +01:00
John Emmas
911c82ff09
Add/remove source(s) in our MSVC project (gtk2_ardour)
2020-04-08 11:35:43 +01:00
John Emmas
66d1b51392
Add/remove source(s) in our MSVC project (gtk2_ardour)
2020-03-18 09:24:13 +00:00
John Emmas
7c35f45681
Add/remove source(s) in our MSVC project (gtk2_ardour)
2020-02-18 11:21:38 +00:00
John Emmas
8e26b4813b
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-12-16 14:34:41 +00:00
John Emmas
5e9e7e6ed4
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-10-28 16:45:52 +00:00
John Emmas
a81ad91294
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-10-19 16:05:42 +01:00
2981092d64
Add/rename source(s) in our MSVC project (gtk2_ardour)
2019-10-11 11:19:24 +01:00
0090a09275
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-09-24 10:20:23 +01:00
db831db1a5
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-08-27 15:10:00 +01:00
a3eed5839f
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-08-11 10:56:01 +01:00
ed0152a212
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-08-02 09:07:54 +01:00
eea603d998
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-03-11 10:29:07 +00:00
9079f213c2
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-03-01 08:40:18 +00:00
54ee23623e
Add/remove source(s) in our MSVC project (gtk2_ardour)
2018-12-23 13:29:36 +00:00
f28b03c305
Add/remove source(s) in our MSVC project (gtk2_ardour)
2018-11-23 07:28:17 +00:00
20cd325f4e
Adapt some MSVC projects to accommodate the changes to 'ptformat' library
2018-10-15 10:19:26 +01:00
7a09cd598d
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2018-10-13 13:47:16 +01:00
097176696b
Add support (in our MSVC projects) for using 'boost::atomic'
...
(only done "where necessary" for the moment - more to follow...)
2018-09-29 12:22:47 +01:00
7857083fc8
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2018-09-25 13:04:43 +01:00
cf0ce39396
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2018-09-22 16:55:42 +01:00
79f01bc889
Initial changes needed for building Mixbus (with MSVC) as version 5
...
(Mixbus itself will probably need extra changes)
2018-09-10 07:14:59 +01:00
8f426846c5
Accommodate recently removed source(s) in our MSVC project (gtk2_ardour)
2018-02-22 11:24:43 +00:00
95129a48c4
Accommodate newly added/renamed source(s) in our MSVC project (gtk2_ardour)
2018-02-19 11:16:49 +00:00
b9c9777b9a
When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format
2018-02-15 09:03:32 +00:00
037e469e51
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2018-02-13 10:46:54 +00:00
28e67c8978
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2018-01-25 11:34:08 +00:00
7fb1f5e032
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2017-12-30 10:03:12 +00:00
ed04d49b7c
Accommodate newly added/removed source(s) in our MSVC project (gtk2_ardour)
2017-12-23 10:06:01 +00:00
fee03dc467
Add MSVC support for building the 'zita-resampler' library (which is now needed by libardour)
2017-10-30 13:55:51 +00:00
e9103051db
Accommodate the change from libtimecode to libtemporal (gtk2_ardour)
2017-10-30 12:44:44 +00:00
a3fd0bc34b
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2017-09-08 10:18:25 +01:00
1c4eb82365
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2017-08-21 09:22:44 +01:00
d5c5969da5
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2017-08-03 07:49:28 +01:00
bf150f049f
MSVC changes needed to implement the new 'widgets' library
2017-07-19 08:16:30 +01:00