[ANN] VST 3.6.7 SDK Released (build 352)

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS
VST Audio Plug-ins SDK (C++)

Post

Dear VST Developers,

Steinberg Media Technologies today releases VST SDK 3.6.7 (build 352), this maintenance release is mainly a preview version for Linux support and new licensing model.

Please check for more info: https://sdk.steinberg.net/viewforum.php?f=4

Cheers

Your Steinberg Team
YVan

Post

a preview version for Linux support
Nice - finally :D
Looking forward to this :tu:

Post

Nice, no more issues with GPL code and now in a git repository. Too bad it's split in so many submodules (which are known to be a bad idea) for just a handful of files.

Post

git submodules are only bad for fast moving targets.
The good thing is that you just can use the API (pluginterfaces) without the rest.

Post

Thanks for the license change, it was always to awkward with open-source development. I don't understand why it doesn't extend to VST2, though. :(

Post

arne wrote:git submodules are only bad for fast moving targets.
The good thing is that you just can use the API (pluginterfaces) without the rest.
Having everything in one repository would not have been a bad thing. Submodules are not just bad for fast moving targets, they are bad for everything.
Now, for such a small repository, it's even worse.

Post

Anyone Experiencing this issue with vstsdk3612_03_12_2018_build_67

In the build directory I have tried both for VS2015 and VS2017:
F:\VST_SDK\VST3_SDK\build

cmake.exe -G"Visual Studio 15 2017 Win64" -DSMTG_CREATE_BUNDLE_FOR_WINDOWS=ON ../

cmake.exe -G"Visual Studio 14 2015 Win64" -DSMTG_CREATE_BUNDLE_FOR_WINDOWS=ON ../

Errors below using VS2015 or VS2017
-----------------------------------------------


23>f:\vst_sdk\vst3_sdk\public.sdk\samples\vst\note_expression_synth\source\note_expression_synth_ui.cpp(318): warning C4800: 'Steinberg::Vst::IVst3WrapperMPESupport *': forcing value to bool 'true' or 'false' (performance warning)
24>LINK : fatal error LNK1104: cannot open file '..\..\..\..\lib\Debug\vstgui_uidescription.lib'
24>Done building project "noteexpressiontext.vcxproj" -- FAILED.
25>LINK : fatal error LNK1104: cannot open file '..\..\..\..\lib\Debug\vstgui_uidescription.lib'
25>Done building project "pitchnames.vcxproj" -- FAILED.
20>LINK : fatal error LNK1104: cannot open file '..\..\..\..\lib\Debug\vstgui_uidescription.lib'
20>Done building project "againsimple.vcxproj" -- FAILED.
19>LINK : fatal error LNK1104: cannot open file '..\..\..\..\lib\Debug\vstgui_uidescription.lib'
19>Done building project "again.vcxproj" -- FAILED.
21>LINK : fatal error LNK1104: cannot open file 'F:\VST_SDK\VST3_SDK\build\lib\Debug\vstgui_uidescription.lib'
23>LINK : fatal error LNK1104: cannot open file '..\..\..\..\lib\Debug\vstgui_uidescription.lib'
21>Done building project "helloworldWithVSTGUI.vcxproj" -- FAILED.
23>Done building project "noteexpressionsynth.vcxproj" -- FAILED.
22>LINK : fatal error LNK1104: cannot open file '..\..\..\..\lib\Debug\vstgui_uidescription.lib'
22>Done building project "hostchecker.vcxproj" -- FAILED.
26>------ Rebuild All started: Project: ALL_BUILD, Configuration: Debug x64 ------
26>Building Custom Rule F:/VST_SDK/VST3_SDK/CMakeLists.txt
26>CMake does not need to re-run because F:/VST_SDK/VST3_SDK/build/CMakeFiles/generate.stamp is up-to-date.
========== Rebuild All: 16 succeeded, 10 failed, 0 skipped ==========

Cheers,
Rob

Post

Have you checked if "vstgui_uidescription.lib" is in the path where it's looking? A lot of times I have issues like this simply because a file is in the wrong place - or missing.

Post Reply

Return to “DSP and Plugin Development”