mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Target VST3 SDK version 3.7.3
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user