Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS 2022 instructions #12

Open
WindowsNT opened this issue Jun 13, 2023 · 0 comments
Open

VS 2022 instructions #12

WindowsNT opened this issue Jun 13, 2023 · 0 comments

Comments

@WindowsNT
Copy link

WindowsNT commented Jun 13, 2023

For VS 2022:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant