You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake.exe -G "Visual Studio 17 2022" -A x64 -S . -B "out64" -DVST3_SDK_ROOT=f:/vst3sdk
cmake.exe -G "Visual Studio 17 2022" -A Win32 -S . -B "out32" -DVST3_SDK_ROOT=f:/vst3sdk
It would help also to configure the CMake lists to use static CRT debug/release instead of the DLL (or provide an option).
Generally the VST3 SDK is required even if only building for VST 2.x, so I built for 3.x anyway.
I use regrader and fogpad specialized builds in my sequencer with copyright attributed. Plan to use more of your stuff, good job.
It may help if there would be some "raw" versions (only the processor in/out) help so I can build without the VST interface but using my own instead.
The text was updated successfully, but these errors were encountered:
For VS 2022:
It would help also to configure the CMake lists to use static CRT debug/release instead of the DLL (or provide an option).
Generally the VST3 SDK is required even if only building for VST 2.x, so I built for 3.x anyway.
I use regrader and fogpad specialized builds in my sequencer with copyright attributed. Plan to use more of your stuff, good job.
It may help if there would be some "raw" versions (only the processor in/out) help so I can build without the VST interface but using my own instead.
The text was updated successfully, but these errors were encountered: