commit 7d92338ae922db2d559ac458824a4df40f37e82e
parent e9895dc9ef20bedd93a0fde5ad664bc8b56d4338
Author: ygrabit <[email protected]>
Date: Wed, 24 Apr 2024 11:18:01 +0200
VST SDK 3.7.11
Diffstat:
3 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -23,7 +23,7 @@ include(SMTG_VST3_SDK)
# SDK Project
#-------------------------------------------------------------------------------
project(vstsdk
- VERSION 3.7.10
+ VERSION 3.7.11
DESCRIPTION "Steinberg VST 3 Software Development Kit"
HOMEPAGE_URL "https://www.steinberg.net"
)
diff --git a/README.md b/README.md
@@ -19,10 +19,10 @@
- VST 3 API
- VST 3 Implementation Helper Classes
-- AAX, AU, AUv3 and VST 2 wrappers
+- 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.
@@ -146,25 +146,6 @@ Some more features implemented specifically for developers include:
git clone --recursive https://github.com/steinbergmedia/vst3sdk.git
```
-### Adding VST2 version
-
-The **VST 2 SDK** is not part anymore of the **VST 3 SDK**, you have to use an older version of the SDK and copy the vst2sdk folder into the VST_SDK folder.
-In order to build a VST2 version of the plug-in and a VST3 at the same time, you need to copy the VST2 folder into the VST3 folder, simply run the following commands:
-
-- for macOS:
-
-```c
-cd TheFolderWhereYouDownloadTheSDK
-./copy_vst2_to_vst3_sdk.sh
-```
-
-- for Windows:
-
-```c
-cd TheFolderWhereYouDownloadTheSDK
-copy_vst2_to_vst3_sdk.bat
-```
-
### Build the examples on Windows
- Create a folder for the build and move to this folder (using cd):
diff --git a/VST3_License_Agreement.pdf b/VST3_License_Agreement.pdf
Binary files differ.