Browse Source

testing a few more 3rd party VSTs (see issue#3)

pull/1639/head
bsp2 6 years ago
parent
commit
8cea50b06e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      other/vst2_debug_host/vst2_debug_host.cpp

+ 4
- 1
other/vst2_debug_host/vst2_debug_host.cpp View File

@@ -11,7 +11,10 @@
// #define SO_PATH "/home/bsp/.vst/DiscoveryPro68DemoLinux/64-bit/DiscoveryPro64.so"
// #define SO_PATH "/home/bsp/.vst/AcidBoxDEMO-Linux/AcidBoxDEMOVST-x64.so"
// #define SO_PATH "/home/bsp/.vst/DigitsLinux_2_1/DigitsVST_64.so"

// #define SO_PATH "/usr/lib/lxvst/helm.so"
// #define SO_PATH "/home/bsp/.vst/oxevst134/oxevst64.so" // crashes VirtualBox (!)
// #define SO_PATH "/home/bsp/.vst/tunefish-v4.2.0-linux64-vst24.tar/Tunefish4.so" // does not load (GLIBC error)
// #define SO_PATH "/home/bsp/.vst/zyn-fusion/ZynAddSubFX.so"

#include <yac.h>



Loading…
Cancel
Save