Target VST3 SDK version 3.7.3

This commit is contained in:
Robbert van der Helm
2021-08-10 17:14:48 +02:00
parent 6bcfc243ac
commit e6f0fe16d8
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ See
[docs/architecture.md](https://github.com/robbert-vdh/yabridge/blob/master/docs/architecture.md)
for more information on how the serialization works.
We currently support all official VST 3.7.2 interfaces.
We currently support all official VST 3.7.3 interfaces.
VST3 plugin interfaces are implemented as follows:
+1 -1
View File
@@ -2,7 +2,7 @@
# subprojects. The only workaround is to only define only the necessary
# variables there, and to then assemble the dependencies here ourselves.
vst3 = subproject('vst3', version : '3.7.2')
vst3 = subproject('vst3', version : '3.7.3')
vst3_compiler_options = vst3.get_variable('compiler_options')
vst3_include_dir = vst3.get_variable('include_dir')