Browse Source

update README

pull/1639/head
bsp2 7 years ago
parent
commit
27b7b502e7
1 changed files with 36 additions and 0 deletions
  1. +36
    -0
      README.md

+ 36
- 0
README.md View File

@@ -17,6 +17,8 @@ Tested in
- Cockos Reaper
- Propellerhead Reason 10

# Add-on modules

The following add-on modules are statically linked with the VST plugin:
- AS.ADSR
- AS.AtNuVrTr
@@ -271,8 +273,42 @@ The following add-on modules are statically linked with the VST plugin:
Please notice that the Audible/Mutable Instruments modules appear under a different name in the UI.
For example, "Clouds" is listed as "Texture Synthesizer".

# How to build

Prerequisites:
- Microsoft Visual Studio C++ compiler toolchain
- Steinberg VST2.4 SDK

$ git clone https://github.com/bsp2/VeeSeeVSTRack.git
$ cd VeeSeeVSTRack/
<unpack dep/dep.7z>
(contains the source codes and MSVC-precompiled libraries)

Edit dep/yac/install_msvc.mk and adjust the LIB_INSTALL_PREFIX, WINDDK_PATH, VCTK, W32API_INC, W32API_LIB as required.

$ alias m="make -j 20 makefile.msvc"
$ m lib
$ cd plugins
$ m bin
$ cd ..

Edit vst2_common_msvc_pre.mk and adjust the VST2 SDK path

$ m bin

If the build succeeded, the effect and instrument plugin DLLs can now be found in the vst2_bin/ folder.

Last but not least, please don't ask me for the VST2 SDK.
It is not permitted to redistribute it and Steinberg has discontinued it.
I heard that the aeffect.h / aeffectx.h files are still included in the VST3.


# VCV Rack

For more info about VCV rack, see https://vcvrack.com/

# Support

Keep in mind that this is NOT AN OFFICIAL VCV RACK RELEASE.
Please DO NOT contact the VCV Rack team if you need any support.
You may get some support at https://www.kvraudio.com/forum/viewtopic.php?f=23&t=507216


Loading…
Cancel
Save