summaryrefslogtreecommitdiff
path: root/muse2/muse/vst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/vst.cpp')
-rw-r--r--muse2/muse/vst.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/vst.cpp b/muse2/muse/vst.cpp
index 1f03e0ac..60b1983d 100644
--- a/muse2/muse/vst.cpp
+++ b/muse2/muse/vst.cpp
@@ -342,12 +342,12 @@ void jfst_reserve_mem (int bufsize)
void initVST()
{
jfst_reserve_mem(1000000);
-
+
if (fst_init(fstSignalHandler)) {
printf("initVST failed\n");
return;
}
-
+
char* vstPath = getenv("VST_PATH");
if (vstPath == 0)
vstPath = "/usr/lib/vst:/usr/local/lib/vst";