vst3sdk

VST3 Plug-In SDK
Log | Files | Refs | Submodules | README

commit cc2adc90382dded9e347caf74e4532f1458715db
parent 7d92338ae922db2d559ac458824a4df40f37e82e
Author: ygrabit <ygrabit@users.noreply.github.com>
Date:   Fri, 26 Jul 2024 09:55:55 +0200

VST SDK 3.7.12

Diffstat:
MCMakeLists.txt | 9++++-----
MREADME.md | 20++++++++++----------
MVST3_License_Agreement.pdf | 0
3 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -67,20 +67,20 @@ add_subdirectory(public.sdk) add_subdirectory(public.sdk/source/vst/interappaudio) #---Add Wrappers (AU, AAX)----------------------- -if(NOT "${SMTG_COREAUDIO_SDK_PATH}" STREQUAL "") +if(NOT "${SMTG_ENABLE_AUV2_BUILDS}" STREQUAL "") add_subdirectory(public.sdk/source/vst/auwrapper) endif() if(NOT "${SMTG_AAX_SDK_PATH}" STREQUAL "") add_subdirectory(public.sdk/source/vst/aaxwrapper) - set_target_properties(aaxwrapper + set_target_properties(aax_wrapper PROPERTIES ${SDK_IDE_LIBS_FOLDER} ) endif() # Add hosting examples, it includes the validator (must be done before any plug-ins to support running the validator after building) -set(SDK_IDE_HOSTING_EXAMPLES_FOLDER FOLDER "HostingExamples") +set(SDK_IDE_HOSTING_EXAMPLES_FOLDER FOLDER "Hosting-Examples") add_subdirectory(public.sdk/samples/vst-hosting) # Add utilities @@ -89,7 +89,7 @@ add_subdirectory(public.sdk/samples/vst-utilities) #---Add VST 3 examples (plug-ins and hosting)----- if(SMTG_ENABLE_VST3_PLUGIN_EXAMPLES) - set(SDK_IDE_PLUGIN_EXAMPLES_FOLDER FOLDER "PlugInExamples") + set(SDK_IDE_PLUGIN_EXAMPLES_FOLDER FOLDER "PlugIn-Examples") add_subdirectory(public.sdk/samples/vst) add_subdirectory(public.sdk/source/vst/auv3wrapper) endif() @@ -177,4 +177,3 @@ if(SMTG_VSTSDK_GENERATE_MACOS_IOS_COLLECTION_TARGETS) endforeach() endif() - diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ - AAX, AUv3 and AU Wrappers - VST 3 plug-ins Examples -The full VST 3 SDK is available [here!](https://www.steinberg.net/en/company/developers.html). It contains: +The full **VST 3 SDK** is available [here!](https://www.steinberg.net/en/company/developers.html). It contains: - VST 3 plug-in Test Host Application/Validator, - the **Steinberg VST 3 Plug-In SDK Licensing Agreement** that you have to sign if you want to develop or host **VST 3** plug-ins. @@ -33,15 +33,15 @@ The full VST 3 SDK is available [here!](https://www.steinberg.net/en/company/dev Supported Platforms: -| Operating System |Architecture |Compiler | Notes| -| :------------------------------------ | :-----------------------: | :-------------------------------: | :-----------: | -|Windows 10/11 |x86, x86_64, arm64 |MSVC 2022, MSVC 2019 | | -|Windows 8.1 |x86, x86_64 |MSVC 2019, MSVC 2017 | | -|macOS 10.13, 10.14, 10.15, 11, 12, 13 |x86, x86_64, Apple Silicon |Xcode 10 - 14 | | -|iOS 13 - iOS 16 |arm64 |Xcode 11 - 14 | | -|Linux - Raspberry Pi OS (Buster) |arm32 |GCC 8.3 and higher |Visual Studio Code| -|Linux - Ubuntu 18.04 LTS |x86, x86_64 |GCC 8.3 and higher |Visual Studio Code, Qt Creator| -|Linux - Ubuntu 20.04 LTS |x86, x86_64 |GCC 8.3 and higher |Visual Studio Code, Qt Creator| +| Operating System |Architecture |Compiler | Notes| +| :------------------------------ | :-----------------------: | :---------------------: | :--------------------------: | +|Windows 10/11 |x86, x86_64, arm64 |MSVC 2022, MSVC 2019 | | +|Windows 8.1 |x86, x86_64 |MSVC 2019, MSVC 2017 | | +|macOS 10.13 - 14 |x86, x86_64, Apple Silicon |Xcode 10 - 15 | | +|iOS 13 - iOS 17 |arm64 |Xcode 11 - 15 | | +|Linux - Raspberry Pi OS (Buster) |arm32 |GCC 8.3 and higher |Visual Studio Code | +|Linux - Ubuntu 18.04 LTS |x86, x86_64 |GCC 8.3 and higher |Visual Studio Code, Qt Creator| +|Linux - Ubuntu 20.04 LTS |x86, x86_64 |GCC 8.3 and higher |Visual Studio Code, Qt Creator| --- <div id='300'/> diff --git a/VST3_License_Agreement.pdf b/VST3_License_Agreement.pdf Binary files differ.