Skip to content

VS 2022 instructions #12

Description

@WindowsNT

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions