From af1ef1531155a1c9fe67f2c7aad5250ac1f7bc5c Mon Sep 17 00:00:00 2001 From: bsp2 Date: Thu, 25 Oct 2018 23:06:24 +0200 Subject: [PATCH] load VSVR plugin by default --- other/vst2_debug_host/vst2_debug_host.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/vst2_debug_host/vst2_debug_host.cpp b/other/vst2_debug_host/vst2_debug_host.cpp index 4c651452..a6782b40 100644 --- a/other/vst2_debug_host/vst2_debug_host.cpp +++ b/other/vst2_debug_host/vst2_debug_host.cpp @@ -3,10 +3,10 @@ #define DLL_PATH "../../vst2_bin/veeseevstrack_effect.dll" -// #define SO_PATH "../../vst2_bin/veeseevstrack_effect.so" +#define SO_PATH "../../vst2_bin/veeseevstrack_effect.so" // #define SO_PATH "../vst2_lglw_debug_plugin/debug_lglw.so" // #define SO_PATH "/usr/local/lib/vst/debug_lglw.so" -#define SO_PATH "../../vst2_bin/debug_lglw.so" +// #define SO_PATH "../../vst2_bin/debug_lglw.so" // #define SO_PATH "/home/bsp/.vst/DiscoveryPro68DemoLinux/64-bit/DiscoveryPro64.so" // #define SO_PATH "/home/bsp/.vst/AcidBoxDEMO-Linux/AcidBoxDEMOVST-x64.so"