From 64a93bcde83d809ce38f7faf6294e6d6cd2eac7b Mon Sep 17 00:00:00 2001 From: ygrabit Date: Thu, 18 Jan 2024 18:23:36 +0000 Subject: [PATCH] deploy: 7b0936f2c6ce997cb6ee16ee523eb8a3a5d401ac --- .../CMakeLists.txt | 2 +- .../source/cids.h | 2 +- .../source/controller.cpp | 2 +- .../source/entry.cpp | 2 +- .../source/pids.h | 2 +- .../source/processor.cpp | 2 +- .../source/version.h | 4 +- .../dataexchange-tutorial/CMakeLists.txt | 2 +- .../dataexchange-tutorial/source/cids.h | 2 +- .../source/controller.cpp | 2 +- .../dataexchange-tutorial/source/controller.h | 2 +- .../source/dataexchange.h | 2 +- .../dataexchange-tutorial/source/entry.cpp | 2 +- .../source/processor.cpp | 2 +- .../dataexchange-tutorial/source/processor.h | 2 +- .../dataexchange-tutorial/source/version.h | 4 +- 404.html | 4 +- index.html | 4 +- pages/FAQ/Communication.html | 4 +- .../Compatibility+with+VST+2.x+or+VST+1.html | 4 +- pages/FAQ/GUI+Editor.html | 4 +- pages/FAQ/Hosting.html | 4 +- pages/FAQ/Index.html | 4 +- pages/FAQ/Licensing.html | 4 +- pages/FAQ/Miscellaneous.html | 4 +- pages/FAQ/Persistence.html | 4 +- pages/FAQ/Processing.html | 4 +- pages/Forum/Index.html | 4 +- .../How+to+setup+my+system.html | 4 +- pages/Getting+Started/Index.html | 4 +- pages/Getting+Started/Links.html | 4 +- .../Preparation+on+Windows.html | 9 +- pages/Main+benefits+of+VST+3/Index.html | 4 +- pages/Miscellaneous/Index.html | 5 +- .../API+Documentation/Index.html | 4 +- .../About+MIDI/Index.html | 4 +- .../Change+History/3.0.0/Host+Interfaces.html | 4 +- .../3.0.0/Multiple+Dynamic+IO.html | 4 +- .../3.0.0/Plug+in+Interfaces.html | 4 +- .../Change+History/3.0.0/Silence+flags.html | 4 +- .../Change+History/3.0.1/IMidiMapping.html | 4 +- .../3.0.2/IParameterFinder.html | 4 +- .../3.1.0/IAudioPresentationLatency.html | 4 +- .../3.1.0/IComponentHandler2.html | 4 +- .../3.1.0/IEditController2.html | 4 +- .../3.5.0/IComponentHandler3.html | 4 +- .../3.5.0/IEditControllerHostEditing.html | 4 +- .../3.5.0/IKeyswitchController.html | 4 +- .../3.5.0/INoteExpressionController.html | 4 +- .../3.5.0/IXmlRepresentationController.html | 4 +- .../Change+History/3.6.0/IAA.html | 4 +- .../3.6.0/IStreamAttributes.html | 4 +- .../Change+History/3.6.10/UI+Snapshots.html | 4 +- .../INoteExpressionPhysicalUIMapping.html | 4 +- .../Change+History/3.6.12/IMidiLearn.html | 4 +- .../3.6.12/IPlugInterfaceSupport.html | 4 +- .../3.6.12/IVst3WrapperMPESupport.html | 4 +- .../3.6.12/LegacyMIDICCOutEvent.html | 4 +- .../3.6.5/IAutomationState.html | 4 +- .../Change+History/3.6.5/IInfoListener.html | 4 +- .../3.6.5/IPrefetchableSupport.html | 4 +- .../Change+History/3.6.5/IUnitHandler2.html | 4 +- .../3.6.6/IPlugViewContentScaleSupport.html | 4 +- .../3.6.8/IComponentHandlerBusActivation.html | 4 +- .../Change+History/3.7.0/Control+Voltage.html | 4 +- .../3.7.0/IParameterFunctionName.html | 4 +- .../3.7.0/IProcessContextRequirements.html | 4 +- .../Change+History/3.7.0/IProgress.html | 4 +- .../Change+History/3.7.5/ModuleInfo.html | 4 +- .../3.7.9/IComponentHandlerSystemTime.html | 4 +- .../3.7.9/IDataExchangeHandler.html | 4 +- .../Change+History/Index.html | 4 +- .../Complex+Structures/Index.html | 4 +- .../Data+Exchange/Index.html | 7 +- .../Host+Requirements/Index.html | 4 +- pages/Technical+Documentation/Index.html | 4 +- .../Locations+Format/Index.html | 4 +- .../Locations+Format/Plugin+Format.html | 4 +- .../Locations+Format/Plugin+Locations.html | 4 +- .../Locations+Format/Preset+Format.html | 4 +- .../Locations+Format/Preset+Locations.html | 4 +- .../Locations+Format/Snapshots.html | 4 +- .../Parameters+Automation/Index.html | 4 +- .../Presets+Program+Lists/Index.html | 4 +- .../Provide+A+Runloop+On+Linux/Index.html | 4 +- .../VST+3+Units/Index.html | 4 +- .../Derive+From+Interface.html | 4 +- .../VST+Module+Architecture/Index.html | 4 +- .../Interface+Versions+and+Inheritance.html | 4 +- .../VST+Module+Architecture/Loading.html | 4 +- .../ModuleInfo-JSON.html | 4 +- .../Audio+Processor+Call+Sequence.html | 4 +- .../Bus+Arrangement+Setting+Sequence.html | 4 +- .../Edit+Controller+Call+Sequence.html | 4 +- .../Get+Latency+Call+Sequence.html | 4 +- .../Workflow+Diagrams/Index.html | 4 +- .../Resize+View+Call+Sequence.html | 4 +- .../Tutorials/Advanced+VST+3+techniques.html | 4 +- ...he+examples+included+in+the+SDK+Linux.html | 4 +- ...+examples+included+in+the+SDK+Windows.html | 6 +- ...he+examples+included+in+the+SDK+macOS.html | 4 +- .../Building+the+examples/Index.html | 4 +- pages/Tutorials/Code+your+first+plug-in.html | 4 +- .../Creating+a+plug-in+from+scratch.html | 4 +- ...with+VST+3+SDK+as+an+external+project.html | 4 +- pages/Tutorials/Data+Exchange.html | 4 +- ...te+new+plug-in+with+Project+Generator.html | 4 +- .../Guideline+for+VST3+replacing+VST2.html | 4 +- .../How+to+use+the+silence+flags.html | 4 +- pages/Tutorials/Index.html | 4 +- .../Tutorials/Strings+Conversion+Helper.html | 4 +- ...to+another-VSTGUI+submodule+or+branch.html | 4 +- .../Tutorials/Use+VSTGUI+to+design+a+UI.html | 4 +- .../Using+cmake+for+building+plug-ins.html | 4 +- .../VST+3+Licensing/Developer+use+cases.html | 4 +- pages/VST+3+Licensing/Index.html | 4 +- pages/VST+3+Licensing/Usage+guidelines.html | 4 +- .../What+are+the+licensing+options.html | 4 +- .../Which+files+fall+under+which+license.html | 4 +- pages/Versions/Index.html | 9 +- pages/Versions/Version+3.0.0.html | 4 +- pages/Versions/Version+3.0.1.html | 4 +- pages/Versions/Version+3.0.2.html | 4 +- pages/Versions/Version+3.1.0.html | 4 +- pages/Versions/Version+3.5.0.html | 4 +- pages/Versions/Version+3.5.1.html | 4 +- pages/Versions/Version+3.5.2.html | 4 +- pages/Versions/Version+3.6.0.html | 4 +- pages/Versions/Version+3.6.10.html | 4 +- pages/Versions/Version+3.6.11.html | 4 +- pages/Versions/Version+3.6.12.html | 4 +- pages/Versions/Version+3.6.13.html | 4 +- pages/Versions/Version+3.6.14.html | 4 +- pages/Versions/Version+3.6.5.html | 4 +- pages/Versions/Version+3.6.6.html | 4 +- pages/Versions/Version+3.6.7.html | 4 +- pages/Versions/Version+3.6.8.html | 4 +- pages/Versions/Version+3.6.9.html | 4 +- pages/Versions/Version+3.7.0.html | 4 +- pages/Versions/Version+3.7.1.html | 4 +- pages/Versions/Version+3.7.10.html | 305 ++++++++++++++++++ pages/Versions/Version+3.7.2.html | 4 +- pages/Versions/Version+3.7.3.html | 4 +- pages/Versions/Version+3.7.4.html | 4 +- pages/Versions/Version+3.7.5.html | 4 +- pages/Versions/Version+3.7.6.html | 4 +- pages/Versions/Version+3.7.7.html | 4 +- pages/Versions/Version+3.7.8.html | 4 +- pages/Versions/Version+3.7.9.html | 8 +- pages/What+is+VST/Index.html | 4 +- pages/What+is+VST/Use+cases.html | 4 +- pages/What+is+the+VST+3+SDK/AudioHost.html | 4 +- pages/What+is+the+VST+3+SDK/EditorHost.html | 4 +- pages/What+is+the+VST+3+SDK/Index.html | 4 +- .../Plug-in+Examples.html | 95 +++--- .../Plug-in+Test+Host.html | 4 +- .../Project+Generator.html | 4 +- .../What+is+the+VST+3+SDK/VST3Inspector.html | 4 +- pages/What+is+the+VST+3+SDK/VSTGUI.html | 4 +- pages/What+is+the+VST+3+SDK/Validator.html | 4 +- .../Wrappers/AAX+Wrapper.html | 4 +- .../Wrappers/AUv2+Wrapper.html | 4 +- .../Wrappers/AUv3+Wrapper.html | 4 +- .../What+is+the+VST+3+SDK/Wrappers/Index.html | 4 +- .../Wrappers/VST+2+Wrapper.html | 4 +- .../iOS+Inter-App+Audio+support.html | 4 +- pages/index.html | 4 +- print.html | 180 ++++++++--- resources/VST3_License_Agreement.pdf | Bin 135822 -> 129021 bytes resources/getting_started_4.jpg | Bin 0 -> 20023 bytes resources/what_is_38.jpg | Bin 0 -> 26196 bytes searchindex.js | 2 +- searchindex.json | 2 +- 173 files changed, 828 insertions(+), 408 deletions(-) create mode 100644 pages/Versions/Version+3.7.10.html create mode 100644 resources/getting_started_4.jpg create mode 100644 resources/what_is_38.jpg diff --git a/.vst3_tutorials/advanced-techniques-tutorial/CMakeLists.txt b/.vst3_tutorials/advanced-techniques-tutorial/CMakeLists.txt index 3a6e1767..9e6ab2df 100644 --- a/.vst3_tutorials/advanced-techniques-tutorial/CMakeLists.txt +++ b/.vst3_tutorials/advanced-techniques-tutorial/CMakeLists.txt @@ -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 diff --git a/.vst3_tutorials/advanced-techniques-tutorial/source/cids.h b/.vst3_tutorials/advanced-techniques-tutorial/source/cids.h index 3b9e173e..d4e50bec 100644 --- a/.vst3_tutorials/advanced-techniques-tutorial/source/cids.h +++ b/.vst3_tutorials/advanced-techniques-tutorial/source/cids.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once diff --git a/.vst3_tutorials/advanced-techniques-tutorial/source/controller.cpp b/.vst3_tutorials/advanced-techniques-tutorial/source/controller.cpp index 7e433275..d3769dcf 100644 --- a/.vst3_tutorials/advanced-techniques-tutorial/source/controller.cpp +++ b/.vst3_tutorials/advanced-techniques-tutorial/source/controller.cpp @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #include "pids.h" diff --git a/.vst3_tutorials/advanced-techniques-tutorial/source/entry.cpp b/.vst3_tutorials/advanced-techniques-tutorial/source/entry.cpp index d6d1e1c9..21dc5f59 100644 --- a/.vst3_tutorials/advanced-techniques-tutorial/source/entry.cpp +++ b/.vst3_tutorials/advanced-techniques-tutorial/source/entry.cpp @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #include "cids.h" diff --git a/.vst3_tutorials/advanced-techniques-tutorial/source/pids.h b/.vst3_tutorials/advanced-techniques-tutorial/source/pids.h index 5d85d70f..bffe0fa6 100644 --- a/.vst3_tutorials/advanced-techniques-tutorial/source/pids.h +++ b/.vst3_tutorials/advanced-techniques-tutorial/source/pids.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once diff --git a/.vst3_tutorials/advanced-techniques-tutorial/source/processor.cpp b/.vst3_tutorials/advanced-techniques-tutorial/source/processor.cpp index 4b0dfdb9..6846d956 100644 --- a/.vst3_tutorials/advanced-techniques-tutorial/source/processor.cpp +++ b/.vst3_tutorials/advanced-techniques-tutorial/source/processor.cpp @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #include "cids.h" diff --git a/.vst3_tutorials/advanced-techniques-tutorial/source/version.h b/.vst3_tutorials/advanced-techniques-tutorial/source/version.h index 19ff80d5..c2345934 100644 --- a/.vst3_tutorials/advanced-techniques-tutorial/source/version.h +++ b/.vst3_tutorials/advanced-techniques-tutorial/source/version.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once @@ -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" diff --git a/.vst3_tutorials/dataexchange-tutorial/CMakeLists.txt b/.vst3_tutorials/dataexchange-tutorial/CMakeLists.txt index 6b68eb6b..94c86a66 100644 --- a/.vst3_tutorials/dataexchange-tutorial/CMakeLists.txt +++ b/.vst3_tutorials/dataexchange-tutorial/CMakeLists.txt @@ -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 diff --git a/.vst3_tutorials/dataexchange-tutorial/source/cids.h b/.vst3_tutorials/dataexchange-tutorial/source/cids.h index f3669e03..5cea633c 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/cids.h +++ b/.vst3_tutorials/dataexchange-tutorial/source/cids.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once diff --git a/.vst3_tutorials/dataexchange-tutorial/source/controller.cpp b/.vst3_tutorials/dataexchange-tutorial/source/controller.cpp index 7ed3e4bd..731f2e03 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/controller.cpp +++ b/.vst3_tutorials/dataexchange-tutorial/source/controller.cpp @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #include "cids.h" diff --git a/.vst3_tutorials/dataexchange-tutorial/source/controller.h b/.vst3_tutorials/dataexchange-tutorial/source/controller.h index fadbea58..2e2bc315 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/controller.h +++ b/.vst3_tutorials/dataexchange-tutorial/source/controller.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once diff --git a/.vst3_tutorials/dataexchange-tutorial/source/dataexchange.h b/.vst3_tutorials/dataexchange-tutorial/source/dataexchange.h index fa306eda..e73bea08 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/dataexchange.h +++ b/.vst3_tutorials/dataexchange-tutorial/source/dataexchange.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once diff --git a/.vst3_tutorials/dataexchange-tutorial/source/entry.cpp b/.vst3_tutorials/dataexchange-tutorial/source/entry.cpp index 09a279e1..c9220ac6 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/entry.cpp +++ b/.vst3_tutorials/dataexchange-tutorial/source/entry.cpp @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #include "processor.h" diff --git a/.vst3_tutorials/dataexchange-tutorial/source/processor.cpp b/.vst3_tutorials/dataexchange-tutorial/source/processor.cpp index 821a03fa..129ec3d1 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/processor.cpp +++ b/.vst3_tutorials/dataexchange-tutorial/source/processor.cpp @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #include "cids.h" diff --git a/.vst3_tutorials/dataexchange-tutorial/source/processor.h b/.vst3_tutorials/dataexchange-tutorial/source/processor.h index 95b7e1c9..95b5777f 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/processor.h +++ b/.vst3_tutorials/dataexchange-tutorial/source/processor.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once diff --git a/.vst3_tutorials/dataexchange-tutorial/source/version.h b/.vst3_tutorials/dataexchange-tutorial/source/version.h index 5b36854f..1b04dc50 100644 --- a/.vst3_tutorials/dataexchange-tutorial/source/version.h +++ b/.vst3_tutorials/dataexchange-tutorial/source/version.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------ -// Copyright(c) 2023 Steinberg Media Technologies. +// Copyright(c) 2024 Steinberg Media Technologies. //------------------------------------------------------------------------ #pragma once @@ -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" diff --git a/404.html b/404.html index 0f1e189f..14b9e379 100644 --- a/404.html +++ b/404.html @@ -89,7 +89,7 @@ @@ -185,7 +185,7 @@

- © 2023 Steinberg Media Technologies GmbH.  All rights reserved.     + © 2024 Steinberg Media Technologies GmbH.  All rights reserved.     About | Privacy Policy | Legal Terms diff --git a/index.html b/index.html index f8647bca..fb9433af 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@ @@ -240,7 +240,7 @@

- © 2023 Steinberg Media Technologies GmbH.  All rights reserved.     + © 2024 Steinberg Media Technologies GmbH.  All rights reserved.     About | Privacy Policy | Legal Terms diff --git a/pages/FAQ/Communication.html b/pages/FAQ/Communication.html index 6330b926..aa411d9c 100644 --- a/pages/FAQ/Communication.html +++ b/pages/FAQ/Communication.html @@ -88,7 +88,7 @@ @@ -243,7 +243,7 @@

- © 2023 Steinberg Media Technologies GmbH.  All rights reserved.     + © 2024 Steinberg Media Technologies GmbH.  All rights reserved.     About | Privacy Policy | Legal Terms diff --git a/pages/FAQ/GUI+Editor.html b/pages/FAQ/GUI+Editor.html index e7f9e765..fc41d20d 100644 --- a/pages/FAQ/GUI+Editor.html +++ b/pages/FAQ/GUI+Editor.html @@ -88,7 +88,7 @@ @@ -198,7 +198,7 @@

- © 2023 Steinberg Media Technologies GmbH.  All rights reserved.     + © 2024 Steinberg Media Technologies GmbH.  All rights reserved.     About | Privacy Policy | Legal Terms diff --git a/pages/FAQ/Hosting.html b/pages/FAQ/Hosting.html index 60806cdf..ceba7997 100644 --- a/pages/FAQ/Hosting.html +++ b/pages/FAQ/Hosting.html @@ -88,7 +88,7 @@ @@ -275,7 +275,7 @@

- © 2023 Steinberg Media Technologies GmbH.  All rights reserved.     + © 2024 Steinberg Media Technologies GmbH.  All rights reserved.     About | Privacy Policy | Legal Terms diff --git a/pages/FAQ/Licensing.html b/pages/FAQ/Licensing.html index 2b922083..0f113b73 100644 --- a/pages/FAQ/Licensing.html +++ b/pages/FAQ/Licensing.html @@ -88,7 +88,7 @@ @@ -277,7 +277,7 @@

- © 2023 Steinberg Media Technologies GmbH.  All rights reserved.     + © 2024 Steinberg Media Technologies GmbH.  All rights reserved.     About | Privacy Policy | Legal Terms diff --git a/pages/FAQ/Persistence.html b/pages/FAQ/Persistence.html index f8956abf..d6436c8a 100644 --- a/pages/FAQ/Persistence.html +++ b/pages/FAQ/Persistence.html @@ -88,7 +88,7 @@ @@ -215,7 +215,7 @@

- © 2023 Steinberg Media Technologies GmbH.  All rights reserved.     + © 2024 Steinberg Media Technologies GmbH.  All rights reserved.     About | Privacy Policy | Legal Terms diff --git a/pages/Forum/Index.html b/pages/Forum/Index.html index 516083bf..14c5803e 100644 --- a/pages/Forum/Index.html +++ b/pages/Forum/Index.html @@ -88,7 +88,7 @@ @@ -195,7 +195,7 @@

VST 3 Forum