vst3sdk

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

commit 7b2398d885e23a913b60327df1141c036ec40f1d
parent 33a2a8e7929135e6586579b8921b2b20684c5b22
Author: scheffle <[email protected]>
Date:   Tue, 23 Oct 2018 10:23:10 +0200

vstsdk3611_22_10_2018_build_34

Diffstat:
MCMakeLists.txt | 1+
MREADME.md | 4++--
MVST3_License_Agreement.pdf | 0
MVST3_Usage_Guidelines.pdf | 0
4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -31,6 +31,7 @@ set(ROOT "${CMAKE_CURRENT_SOURCE_DIR}") # Here you can define where the VST 3 SDK is located set(SDK_ROOT "${ROOT}") +set(public_sdk_SOURCE_DIR ${SDK_ROOT}/public.sdk) # Here you can define where the VSTGUI is located if(SMTG_ADD_VSTGUI) diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# Welcome to VST SDK 3.6.10 +# Welcome to VST SDK 3.6.11 ## Table Of Contents 1. [The VST SDK package](#100) @@ -19,7 +19,6 @@ The full VST 3 SDK is available [here!](https://www.steinberg.net/en/company/developers.html). It contains : - a VST 3 Plug-in Test Host Application/Validator, - the <b>Steinberg VST 3 Plug-In SDK Licensing Agreement</b> that you have to sign if you want to develop or host VST 3 Plug-Ins. -- the <b>Steinberg VST 2 Plug-In SDK Licensing Agreement</b> that you have to sign if you want to develop or host VST 2 Plug-Ins. <div id='200'/> @@ -118,6 +117,7 @@ Some more features implemented specifically for developers include: </pre> ### Adding VST2 version +The VST2 SDK is not part anymore of the VST3 SDK, you have to use an older version of the SDK and copy the VST2_SDK 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: <pre> diff --git a/VST3_License_Agreement.pdf b/VST3_License_Agreement.pdf Binary files differ. diff --git a/VST3_Usage_Guidelines.pdf b/VST3_Usage_Guidelines.pdf Binary files differ.