vst3sdk

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

commit d821ee66d0699386f29c28edd9a03c780458087e
parent 2cc517019a2681fccf211e6a95776a0af1e16d04
Author: ygrabit <ygrabit@users.noreply.github.com>
Date:   Thu, 16 Dec 2021 13:29:55 +0100

VST SDK 3.7.4

Diffstat:
MCMakeLists.txt | 1+
MLICENSE.txt | 3+++
MREADME.md | 14++++++++------
MVST3_License_Agreement.pdf | 0
4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -177,3 +177,4 @@ endif(SMTG_ADD_VSTGUI) include(SMTG_CustomModuleTarget) set_target_properties(cmake_modules PROPERTIES ${SDK_IDE_LIBS_FOLDER}) +set_target_properties(cmake_VST_modules PROPERTIES ${SDK_IDE_LIBS_FOLDER}) diff --git a/LICENSE.txt b/LICENSE.txt @@ -38,4 +38,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. b) General Public License (GPL) Version 3 Details of these licenses can be found at: www.gnu.org/licenses/gpl-3.0.html +Please refer to the Steinberg VST usage guidelines for the use of VST, VST logo and VST +compatible logos: +https://developer.steinberg.help/display/VST/Steinberg+VST+usage+guidelines //---------------------------------------------------------------------------------- diff --git a/README.md b/README.md @@ -34,11 +34,11 @@ The full VST 3 SDK is available [here!](https://www.steinberg.net/en/company/dev Supported Platforms: | Operating System|Architecture|Compiler | Notes| -| :------------- | :----------: | -----------: |-----------:| -|Windows 10 |x86, x86_64 |MSVC 2019, MSVC 2017 | | +| :------------- | :----------: | :-----------: | :-----------: | +|Windows 10 |x86, x86_64 |MSVC 2022, MSVC 2019, MSVC 2017 | | |Windows 8.1 |x86, x86_64 |MSVC 2019, MSVC 2017 | | -|macOS 10.13, 10.14, 10.15, 11.0 |x86, x86_64, Apple Silicon |Xcode 7, 8, 9, 10, 11, 12.2 || -|iOS 13, iOS 14 | arm64 |Xcode 11, 12.2| | +|macOS 10.13, 10.14, 10.15, 11.0, 12.0 |x86, x86_64, Apple Silicon |Xcode 7, 8, 9, 10, 11, 12, 13 || +|iOS 13, iOS 14 | arm64 |Xcode 11, 12, 13 | | |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| @@ -177,9 +177,11 @@ copy_vst2_to_vst3_sdk.bat <pre> examples: - cmake.exe -G "Visual Studio 16 2019" -A x64 ..\vst3sdk + cmake.exe -G "Visual Studio 17 2022" -A x64 ..\vst3sdk or without symbolic links - cmake.exe -G "Visual Studio 16 2019" -A x64 ..\vst3sdk -SMTG_CREATE_PLUGIN_LINK=0 + cmake.exe -G "Visual Studio 17 2022" -A x64 ..\vst3sdk -SMTG_CREATE_PLUGIN_LINK=0 + or by using the local user program folder (FOLDERID_UserProgramFilesCommon) as VST3 folder + cmake.exe -G "Visual Studio 17 2022" -A x64 -SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1 </pre> - Now you can build the plug-in (you can use Visual Studio too): diff --git a/VST3_License_Agreement.pdf b/VST3_License_Agreement.pdf Binary files differ.