Skip to content

Commit

Permalink
deploy: 7b0936f
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrabit committed Jan 18, 2024
1 parent 5c021a7 commit 64a93bc
Show file tree
Hide file tree
Showing 173 changed files with 828 additions and 408 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13 CACHE STRING "")

if(NOT vst3sdk_SOURCE_DIR)
message(FATAL_ERROR "Path to VST3 SDK is empty! Please specify the vst3sdk_SOURCE_DIR cmake cache entry")
message(FATAL_ERROR "Path to VST 3 SDK is empty! Please specify the vst3sdk_SOURCE_DIR cmake cache entry")
endif()

project(advanced-techniques-tutorial
Expand Down
2 changes: 1 addition & 1 deletion .vst3_tutorials/advanced-techniques-tutorial/source/cids.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#include "pids.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#include "cids.h"
Expand Down
2 changes: 1 addition & 1 deletion .vst3_tutorials/advanced-techniques-tutorial/source/pids.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#include "cids.h"
Expand Down
4 changes: 2 additions & 2 deletions .vst3_tutorials/advanced-techniques-tutorial/source/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand All @@ -16,5 +16,5 @@
#define stringFileDescription "advanced-techniques-tutorial VST 3"
#endif
#define stringCompanyName "Steinberg Media Technologies\0"
#define stringLegalCopyright "Copyright(c) 2023 Steinberg Media Technologies."
#define stringLegalCopyright "Copyright(c) 2024 Steinberg Media Technologies."
#define stringLegalTrademarks "VST is a trademark of Steinberg Media Technologies GmbH"
2 changes: 1 addition & 1 deletion .vst3_tutorials/dataexchange-tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13 CACHE STRING "")

if(NOT vst3sdk_SOURCE_DIR)
message(FATAL_ERROR "Path to VST3 SDK is empty! Please specify the vst3sdk_SOURCE_DIR cmake cache entry")
message(FATAL_ERROR "Path to VST 3 SDK is empty! Please specify the vst3sdk_SOURCE_DIR cmake cache entry")
endif()

project(dataexchange_tutorial
Expand Down
2 changes: 1 addition & 1 deletion .vst3_tutorials/dataexchange-tutorial/source/cids.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#include "cids.h"
Expand Down
2 changes: 1 addition & 1 deletion .vst3_tutorials/dataexchange-tutorial/source/controller.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion .vst3_tutorials/dataexchange-tutorial/source/entry.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#include "processor.h"
Expand Down
2 changes: 1 addition & 1 deletion .vst3_tutorials/dataexchange-tutorial/source/processor.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#include "cids.h"
Expand Down
2 changes: 1 addition & 1 deletion .vst3_tutorials/dataexchange-tutorial/source/processor.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand Down
4 changes: 2 additions & 2 deletions .vst3_tutorials/dataexchange-tutorial/source/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------
// Copyright(c) 2023 Steinberg Media Technologies.
// Copyright(c) 2024 Steinberg Media Technologies.
//------------------------------------------------------------------------

#pragma once
Expand All @@ -16,5 +16,5 @@
#define stringFileDescription "dataexchange-tutorial VST3"
#endif
#define stringCompanyName "Steinberg Media Technologies\0"
#define stringLegalCopyright "Copyright(c) 2023 Steinberg Media Technologies."
#define stringLegalCopyright "Copyright(c) 2024 Steinberg Media Technologies."
#define stringLegalTrademarks "VST is a trademark of Steinberg Media Technologies GmbH"
4 changes: 2 additions & 2 deletions 404.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Communication.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/GUI+Editor.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Hosting.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Licensing.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Miscellaneous.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Persistence.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/FAQ/Processing.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Forum/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Getting+Started/How+to+setup+my+system.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Getting+Started/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Getting+Started/Links.html

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions pages/Getting+Started/Preparation+on+Windows.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Main+benefits+of+VST+3/Index.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions pages/Miscellaneous/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/API+Documentation/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/About+MIDI/Index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Change+History/3.6.0/IAA.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Change+History/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Complex+Structures/Index.html

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions pages/Technical+Documentation/Data+Exchange/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Host+Requirements/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Locations+Format/Index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Locations+Format/Snapshots.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/VST+3+Units/Index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Technical+Documentation/Workflow+Diagrams/Index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Advanced+VST+3+techniques.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Building+the+examples/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Code+your+first+plug-in.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Creating+a+plug-in+from+scratch.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Data+Exchange.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Guideline+for+VST3+replacing+VST2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/How+to+use+the+silence+flags.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Strings+Conversion+Helper.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Use+VSTGUI+to+design+a+UI.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Tutorials/Using+cmake+for+building+plug-ins.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/VST+3+Licensing/Developer+use+cases.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/VST+3+Licensing/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/VST+3+Licensing/Usage+guidelines.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/VST+3+Licensing/What+are+the+licensing+options.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions pages/Versions/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.0.0.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.0.1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.0.2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.1.0.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.5.0.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.5.1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.5.2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.0.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.10.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.11.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.12.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.13.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.14.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.5.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.6.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.7.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.8.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.6.9.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.0.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.1.html

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions pages/Versions/Version+3.7.10.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.3.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.4.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.5.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.6.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.7.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/Versions/Version+3.7.8.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pages/Versions/Version+3.7.9.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+VST/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+VST/Use+cases.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/AudioHost.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/EditorHost.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Index.html

Large diffs are not rendered by default.

95 changes: 56 additions & 39 deletions pages/What+is+the+VST+3+SDK/Plug-in+Examples.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Project+Generator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/VST3Inspector.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/VSTGUI.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Validator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Wrappers/Index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/What+is+the+VST+3+SDK/iOS+Inter-App+Audio+support.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pages/index.html

Large diffs are not rendered by default.

180 changes: 137 additions & 43 deletions print.html

Large diffs are not rendered by default.

Binary file modified resources/VST3_License_Agreement.pdf
Binary file not shown.
Binary file added resources/getting_started_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/what_is_38.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 64a93bc

Please sign in to comment.