Re: WinXP - Win 8 --- something I need to know ?!?
Posted: Thu Oct 31, 2013 8:57 pm
Reading the forums ... found something that caught my attention.
http://www.dsprobotics.com/support/viewtopic.php?f=2&t=876
in particular, Tronic says:
The topic thread is not very long, so for context I included the above link ...
but the mention of FilePath handling in VST is what caught my eye ... though the topic is different ... just wondered if this relates to the file loading with VST we've been having ... long shot I know
http://www.dsprobotics.com/support/viewtopic.php?f=2&t=876
in particular, Tronic says:
i tried not work in vst mode, the load path in vst work different.
$LOAD_PATH point to a virtual path like this:
C:/Users/<username>/AppData/Roaming/lib/ruby/......
but it not realy exist.
i have found $EXE_PATH and $INSTALL_PATH
but it point to CWD directory, ie, the last or current working directory used in your Host.
so I think for now it is mandatory to define the load path of the vst.
I defined it as a class variable @ @ Path_MyVST, taking the value as you suggested from the primitive Start folder.
I have not declared as gloabl variable to avoid future clash with other plugins.
The topic thread is not very long, so for context I included the above link ...
but the mention of FilePath handling in VST is what caught my eye ... though the topic is different ... just wondered if this relates to the file loading with VST we've been having ... long shot I know