/[svn]/web/trunk/www.linuxsampler.org/faq.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/faq.html

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

revision 896 by schoenebeck, Sun Jul 2 12:26:56 2006 UTC revision 1045 by schoenebeck, Thu Feb 8 00:53:13 2007 UTC
# Line 129  Line 129 
129                                  <a href="#commercial_products">Can I use LinuxSampler in commercial hardware or software products?</a><br>                                  <a href="#commercial_products">Can I use LinuxSampler in commercial hardware or software products?</a><br>
130                                  <a href="#commercial_music">Can I use LinuxSampler for commercial music production?</a><br>                                  <a href="#commercial_music">Can I use LinuxSampler for commercial music production?</a><br>
131                                  <a href="#open_source">LinuxSampler is not open source, you are evil!</a><br>                                  <a href="#open_source">LinuxSampler is not open source, you are evil!</a><br>
132                                  <a href="#aga">linuxsampler? qsampler? libgig? liblscp? hu?</a><br>                                  <a href="#aga">linuxsampler? qsampler? jsampler? libgig? liblscp? jlscp? ... hu?</a><br>
133                                  <a href="#install">What do I need to compile and install?</a><br>                                  <a href="#install">What do I need to compile and install?</a><br>
134                                  <a href="#compilarion_error">Compilation of LinuxSampler aborts with ...</a><br>                                  <a href="#compilarion_error">Compilation of LinuxSampler aborts with ...</a><br>
135                                  <a href="#cvs_checkout">How do I checkout from CVS?</a><br>                                  <a href="#cvs_checkout">How do I checkout from CVS?</a><br>
# Line 170  Line 170 
170                          what he likes to do, he can even adjust and tweak every single part of the software                          what he likes to do, he can even adjust and tweak every single part of the software
171                          by modifying and compiling its source code. And just the fact that we want to avoid                          by modifying and compiling its source code. And just the fact that we want to avoid
172                          our work to be directly exploited in commercial software or hardware products is                          our work to be directly exploited in commercial software or hardware products is
173                          definitely not an evil intention. For the normal user / musician the commercial                          definitely not an "evil" intention. For the normal user / musician the commercial
174                          restriction is even an advantage, since that way commercial actors are forced to                          restriction is even an advantage, since that way commercial actors are forced to
175                          support this or another open source project either directly by coding or indirectly                          support this or another open source project either directly by coding or indirectly
176                          by funding and thus increase development speed.                          by funding and thus increase development speed.
177                          </p>                          </p>
178    
179                          <a name="aga"></a>                          <a name="aga"></a>
180                          <h3>linuxsampler? qsampler? libgig? liblscp? hu?</h3>                          <h3>linuxsampler? qsampler? jsampler? libgig? liblscp? jlscp? ... hu?</h3>
181                          <p class="default">                          <p class="default">
182                                  There are currently six subprojects in the LinuxSampler project; jlscp, jsampler,                                  There are currently six subprojects in the LinuxSampler project; jlscp, jsampler,
183                                  libgig, liblscp, linuxsampler and qsampler. linuxsampler is the core of the sampler, it includes the                                  libgig, liblscp, linuxsampler and qsampler. linuxsampler is the core of the sampler, it includes the
# Line 189  Line 189 
189                                  GUI library and thus can be compiled for various architectures and operating systems                                  GUI library and thus can be compiled for various architectures and operating systems
190                                  without modifications of the source code.                                  without modifications of the source code.
191                                  libgig is a C++ library written for accessing Gigasampler files and DLS Level 1 and 2                                  libgig is a C++ library written for accessing Gigasampler files and DLS Level 1 and 2
192                                  files, that is for reading and (since version 3.0.0) als writing of those files.                                  files, that is for reading and (since version 3.0.0) also writing of those files.
193                                  libgig is used by linuxsampler to load Gigasampler files and it <b>can</b> be                                  libgig is used by linuxsampler to load Gigasampler files and it <b>can</b> be
194                                  used by qsampler to retrieve additional informations about Gigasampler files. liblscp                                  used by qsampler to retrieve additional informations about Gigasampler files. liblscp
195                                  is a C library written as a wrapper around the LSCP network protocol, thus to control                                  is a C library written as a wrapper around the LSCP network protocol, thus to control
# Line 199  Line 199 
199                                  linuxsampler, it's written in Java and thus platform independent. jlscp is a library which                                  linuxsampler, it's written in Java and thus platform independent. jlscp is a library which
200                                  can be compared with liblscp, with the only difference that jlscp is written in Java and                                  can be compared with liblscp, with the only difference that jlscp is written in Java and
201                                  liblscp in C. jsampler requires jlscp.                                  liblscp in C. jsampler requires jlscp.
202                                    
203                          </p>                          </p>
204    
205                          <a name="install"></a>                          <a name="install"></a>
# Line 375  make</pre> Line 375  make</pre>
375                                  In order to achieve good results under Linux you need to have a                                  In order to achieve good results under Linux you need to have a
376                                  <a href="http://www.linuxdj.com/audio/lad/resourceslatency.php3">patched kernel</a>.                                  <a href="http://www.linuxdj.com/audio/lad/resourceslatency.php3">patched kernel</a>.
377                                  There are different patches available depending on what version (2.4.x or 2.6.x) of kernel you use.                                  There are different patches available depending on what version (2.4.x or 2.6.x) of kernel you use.
378                                  The <a href="http://jackit.sourceforge.net/docs/faq.php">JACK FAQ site</a> is also a good resource                                  The <a href="http://jackaudio.org/faq">JACK FAQ site</a>
379                                    (or the <a href="http://jackit.sourceforge.net/docs/faq.php">old JACK FAQ site</a>)
380                                    is also a good resource for
381                                  how to configure a realtime stable kernel. But note; LinuxSampler currently has not support for                                  how to configure a realtime stable kernel. But note; LinuxSampler currently has not support for
382                                  libcap yet, that means if you are still using a 2.4.x Linux kernel you most probably have to run                                  libcap yet, that means if you are still using a 2.4.x Linux kernel you most probably have to run
383                                  LinuxSampler with root priviliges. As a rule of thumb: if you don't get warnings like "cannot                                  LinuxSampler with root priviliges. As a rule of thumb: if you don't get warnings like "cannot

Legend:
Removed from v.896  
changed lines
  Added in v.1045

  ViewVC Help
Powered by ViewVC