|
6 years ago | |
---|---|---|
.github | 7 years ago | |
dep | 6 years ago | |
include | 6 years ago | |
plugins | 6 years ago | |
res | 6 years ago | |
src | 6 years ago | |
vst2_bin | 6 years ago | |
.gitignore | 6 years ago | |
.gitmodules | 7 years ago | |
CHANGELOG.md | 7 years ago | |
Info.plist | 7 years ago | |
LICENSE-dist.txt | 7 years ago | |
LICENSE.txt | 8 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
README_VCV_Rack.md | 6 years ago | |
Rack.rc | 7 years ago | |
arch.mk | 7 years ago | |
compile.mk | 7 years ago | |
dep.mk | 7 years ago | |
icon.icns | 7 years ago | |
icon.ico | 7 years ago | |
installer-banner.bmp | 7 years ago | |
installer.nsi | 6 years ago | |
make.objects | 6 years ago | |
makefile.msvc | 6 years ago | |
makefile_lib.msvc | 6 years ago | |
makefile_vst_effect.msvc | 6 years ago | |
makefile_vst_instr.msvc | 6 years ago | |
plugin.mk | 7 years ago | |
vst2_common.mk | 6 years ago | |
vst2_common_msvc_post.mk | 6 years ago | |
vst2_common_msvc_pre.mk | 6 years ago | |
vst2_common_staticlibs.mk | 6 years ago |
VeeSeeVSTRack is an adaption of VCV Rack for the VST2.4 format.
Tested in
The current release can be found in the vst2_bin/ folder.
Here's a snapshot of it: veeseevstrack_0_6_1_win64_bin-05Jul2018.7z
Here's a demo video of it: https://vimeo.com/277703414
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”.
Prerequisites:
If you want to build the dependent libraries, you may need additional SDKs.
Precompiled libs can be found in the dep/lib/msvc/
folder.
$ 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 SDK.
see vst2_bin/CHANGELOG_VST.txt
For more info about VCV rack, see https://vcvrack.com/
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
~bsp