ccherrett / oom

The Open Octave Project exists to provide professional level orchestral midi orchestration tools.
http://www.openoctave.org
GNU General Public License v2.0
82 stars 19 forks source link

Add default and GUI set up of VST plugin paths #86

Closed danboid closed 12 years ago

danboid commented 12 years ago

ATM it seems the only way to have OOM find your VST plugins is to export VST_PATH.

OOM should have at least 1 default VST plugin path and you should be able to add more easily under Global Settings

danboid commented 12 years ago

For the default paths may I suggest:

/usr/local/lib/vst /usr/lib/vst

for x86 and

/usr/local/lib64/vst /usr/lib64/vst

to cover x86-64 LinuxVSTs

falkTX commented 12 years ago

the defaults path are currently: /usr/local/lib64/vst, /usr/lib64/vst, /usr/local/lib/vst, /usr/lib/vst

if you place your VSTs there, it will load them without using VST_PATH

A GUI for setting up extra folders will be added at a later time

linuxras commented 12 years ago

Issue fixed Settings->Global Setting, Added fields to enable/disable loading of plugin type and manage default plugin paths