/[svn]/gigedit/trunk/doc/quickstart/live_editing.sgm
ViewVC logotype

Diff of /gigedit/trunk/doc/quickstart/live_editing.sgm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2053 by schoenebeck, Fri Dec 7 17:44:33 2007 UTC revision 2054 by schoenebeck, Wed Jan 27 20:40:13 2010 UTC
# Line 114  LinuxSampler initialization completed. : Line 114  LinuxSampler initialization completed. :
114          </screen>          </screen>
115          Then there's definitely something wrong. :) So either create the mentioned          Then there's definitely something wrong. :) So either create the mentioned
116          directory (in this case "/usr/local/lib/linuxsampler/plugins") manually or          directory (in this case "/usr/local/lib/linuxsampler/plugins") manually or
117          recompile <application>LinuxSampler</application> in case you want it to use          in case you want to use another directory as plugins directory (and you
118          another directory as plugins directory. Assuming you want it to use the directory "/usr/lib/linuxsampler/plugins" instead you could compile the sampler i.e. this way:          have linuxsampler version 1.0.0.cvs3 or younger), you can simply override
119            the location where LinuxSampler shall look for plugins by setting the
120            environment variable LINUXSAMPLER_PLUGIN_DIR:
121            <screen>
122    <prompt>bob@mybox ~ $</prompt> <command>export LINUXSAMPLER_PLUGIN_DIR="/usr/lib/linuxsampler/plugins"</command>
123    <prompt>bob@mybox ~ $</prompt> <command>linuxsampler</command>
124            </screen>
125            or recompile <application>LinuxSampler</application> with another directory
126            as default plugins directory. Assuming you want it to use the directory
127            "/usr/lib/linuxsampler/plugins" instead you could compile the sampler i.e.
128            this way:
129          <screen>          <screen>
130  <prompt>bob@mybox ~/cvs/linuxsampler $</prompt> <command>./configure --enable-plugin-dir=/usr/lib/linuxsampler/plugins &amp;&amp; make</command>  <prompt>bob@mybox ~/cvs/linuxsampler $</prompt> <command>./configure --enable-plugin-dir=/usr/lib/linuxsampler/plugins &amp;&amp; make</command>
131          </screen>          </screen>

Legend:
Removed from v.2053  
changed lines
  Added in v.2054

  ViewVC Help
Powered by ViewVC