vst3sdk icon indicating copy to clipboard operation
vst3sdk copied to clipboard

VST 3 Plug-In SDK

Results 24 vst3sdk issues
Sort by recently updated
recently updated
newest added

Description ------------- All VST3 plugins that declare plugin factories using pluginfactory_constexpr.h end up using the class declarations from the first-loaded VST3 plugin. In the vst3sdk, the mda-vst3.vst3 and adelay.vst3 plugins...

With VST2 being deprecated, a lot of higher order Ambisonics plugin manufacturers struggle with portion to VST3, as there's no suitable loudspeaker layout for higher order Ambisonics, speaking up to...

Hi! As I'm currently attempting to package vst3sdk for Arch Linux, I am faced with the dilemma of not being able to do proper [source verification](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_sources) (apart from having issues...

It can't be packaged because it isn't clear what files should be installed.

Hi there. I am starting to make VST3 compatible versions of my plugins. One issue that I found that needs to be resolved on the specification side is what to...

Hello, I tried to build the hosting example audiohost under VST3 SDK that relied on JACK server on Windows 10. The JACK version I used is 1.9.19 (jack2-win64-v1.9.19.exe) full installation...

clang-12 fails to build it: ``` In file included from /disk-samsung/freebsd-ports/audio/vst3sdk/work/vst3sdk-3.7.4_build_25/pluginterfaces/base/funknown.cpp:59: /usr/include/stdatomic.h:186:17: error: unknown type name '_Bool' typedef _Atomic(_Bool) atomic_bool; ^ /usr/include/stdatomic.h:186:26: error: C++ requires a type specifier for all...

Providing build or runtime dependencies for a software is usually taken care of in a package management system on Linux distributions. During build time [pkg-config](https://people.freedesktop.org/~dbn/pkg-config-guide.html) (or more recently the drop-in...

Here's the output: [ 55%] Building CXX object public.sdk/samples/vst-hosting/validator/CMakeFiles/validator.dir/source/validator.cpp.o In file included from /home/user/Downloads/VST_SDK/VST3_SDK/public.sdk/source/vst/testsuite/vststructsizecheck.h:54:0, from /home/user/Downloads/VST_SDK/VST3_SDK/public.sdk/samples/vst-hosting/validator/source/validator.cpp:41: /home/user/Downloads/VST_SDK/VST3_SDK/public.sdk/source/vst/testsuite/vststructsizecheck.h: In instantiation of ‘constexpr Steinberg::Vst::{anonymous}::sizeofCheckProcessSetup::sizeofCheckProcessSetup() [with ProcessSetup = Steinberg::Vst::ProcessSetup; unsigned int w =...

The spec is missing, *for Linux*, the concept of a `VST3_PATH` environment variable which would provide a list of search path to look for plugins. Legacy VST (2) host on...