On Thu, Jul 16, 2009 at 1:44 PM, Ken Restivo<ken(a)restivo.org> wrote:
Any ideas how to get JACK-RACK instances to start up
more quickly?
I've now got 4 of the things going for my standard live keyboard setup, and it takes
forever for each instance to process the entire list of LADSPA plugins present... it's
kind of like waiting for GIMP start up....
cd /usr/lib/ladspa
mkdir /tmp/ladspa
cp {comma_separated_list_of_plugins_i_want}.so $!
export LADSPA_PATH /tmp/ladspa
how well this works depends on whether a host considers LADSPA_PATH as
a replacement for or supplement to the default search path.
--p