vst3sdk

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

commit 8b59557d881bb0158ba08ff256b26f025f078314
parent cc2adc90382dded9e347caf74e4532f1458715db
Author: ygrabit <[email protected]>
Date:   Fri, 28 Feb 2025 11:52:57 +0100

VST SDK 3.7.13

Diffstat:
MCMakeLists.txt | 4++--
MLICENSE.txt | 2+-
MREADME.md | 16+++++++---------
MVST3_License_Agreement.pdf | 0
4 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required (VERSION 3.19.0) +cmake_minimum_required (VERSION 3.25.0) # Specify the minimum version of the target platform if(NOT DEFINED ENV{MACOSX_DEPLOYMENT_TARGET}) @@ -23,7 +23,7 @@ include(SMTG_VST3_SDK) # SDK Project #------------------------------------------------------------------------------- project(vstsdk - VERSION 3.7.11 + VERSION 3.7.13 DESCRIPTION "Steinberg VST 3 Software Development Kit" HOMEPAGE_URL "https://www.steinberg.net" ) diff --git a/LICENSE.txt b/LICENSE.txt @@ -1,6 +1,6 @@ //----------------------------------------------------------------------------- // LICENSE -// (c) 2024, Steinberg Media Technologies GmbH, All Rights Reserved +// (c) 2025, Steinberg Media Technologies GmbH, All Rights Reserved //----------------------------------------------------------------------------- This license applies only to files referencing this license, for other files of the Software Development Kit the respective embedded license text diff --git a/README.md b/README.md @@ -33,15 +33,13 @@ The full **VST 3 SDK** is available [here!](https://www.steinberg.net/en/company 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 - 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| +| Operating System | Architecture | Compiler | Notes | +| :-------------------------------- | :---------------------------- | :-------------------- | :-------------------------------- | +| Windows 11 | x86, x86_64, arm64, arm64EC | MSVC 2022 | | +| Windows 8.1/10 | x86, x86_64 | MSVC 2019, MSVC 2022 | | +| macOS 10.13 - 15 | x86, x86_64, Apple Silicon | Xcode 10 - 16 | | +| iOS 13 - 18 | arm64 | Xcode 11 - 16 | | +| Linux - Ubuntu 24.04 LTS | x86_64 | GCC 13.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.