From 2175e1cb4567f38272f294bf393619c40fcd73f3 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 20 Feb 2019 17:21:11 +0100 Subject: [PATCH 1/2] do not ignore README-file for the Vst3.x folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cc510efe..ed22b398 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,6 @@ Vsts/build/ Tests/PlayerTest/build/ build/ Vst3.x/* +!Vst3.x/README Data/data.aps Vsts/*/*.def From 26b2b8a4cb56d13153b3091ba6e77de0b663938e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 20 Feb 2019 17:39:13 +0100 Subject: [PATCH 2/2] update some docs on the VST SDK --- Docs/Home.md | 2 +- Vst3.x/README | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Docs/Home.md b/Docs/Home.md index 13760487..b7f6718b 100644 --- a/Docs/Home.md +++ b/Docs/Home.md @@ -3,7 +3,7 @@ ## Building - WaveSabre builds have only been tested with Visual Studio 2013 and version 3.6.6 of the VST3 SDK. -- Due to licensing requirements, WaveSabre requires you to download and copy the VST3 SDK into the build yourself. Download, extract, and copy into the *"Vst3.x"* folder. See [this readme](https://github.com/logicomacorp/WaveSabre/blob/master/Vst3.x/README). +- Due to licensing requirements, WaveSabre requires you to [download](https://www.steinberg.net/sdk_downloads/vstsdk366_27_06_2016_build_61.zip) and copy the VST3 SDK into the build yourself. Download, extract, and copy into the *"Vst3.x"* folder. See [this readme](https://github.com/logicomacorp/WaveSabre/blob/master/Vst3.x/README). - WaveSabre uses Premake 5.0 to generate project files. - Download a Premake 5.0 binary from here: http://premake.github.io/download.html - Unzip, and put premake5.exe in a system folder so that it exists in $PATH diff --git a/Vst3.x/README b/Vst3.x/README index e3d12c41..b05260fc 100644 --- a/Vst3.x/README +++ b/Vst3.x/README @@ -1 +1,8 @@ -Put the contents of the "VST3 SDK" folder into this folder. \ No newline at end of file +You can download the last version of the VST3 SDK that includes the full VST2 +SDK [here][1]. + +Unpack the contents of the "VST3 SDK" subfolder from that archive into this +folder. This means that folders like "plugininterface" and "public.sdk" should +be located next to this file. + +[1]: https://www.steinberg.net/sdk_downloads/vstsdk366_27_06_2016_build_61.zip