Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Vsts/build/
Tests/PlayerTest/build/
build/
Vst3.x/*
!Vst3.x/README
Data/data.aps
Vsts/*/*.def
2 changes: 1 addition & 1 deletion Docs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion Vst3.x/README
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
Put the contents of the "VST3 SDK" folder into this folder.
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