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

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

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

revision 1125 by persson, Sat Mar 24 20:18:05 2007 UTC revision 1246 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC
# Line 158  Line 158 
158        <td valign="top" width="100%">        <td valign="top" width="100%">
159        <div id="contents">        <div id="contents">
160    
161        <h2>License</h2>        <h2>Licenses</h2>
162        <p class="default">        <p class="default">
163  LinuxSampler is licensed under the GNU GPL license with the exception that<br>        There are several subprojects, each having its own license terms, as follows:
164          </p>
165          <table class="default">
166          <tbody>
167            <tr>
168              <td class="bordered">
169                <a class="info" href=#gigedit>gigedit<span class='info'>An instrument editor for gig files (written in C++, based on the GTK toolkit).</span></a>
170              </td>
171              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
172            </tr>
173            <tr>
174              <td class="bordered">
175                 <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
176              </td>
177              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>
178            </tr>
179            <tr>
180              <td class="bordered">
181                  <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
182              </td>
183              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>
184            </tr>
185            <tr>
186              <td class="bordered">
187                <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
188              </td>
189              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
190            </tr>
191            <tr>
192              <td class="bordered">
193                <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
194              </td>
195              <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>
196            </tr>
197            <tr>
198              <td class="bordered">
199                <a class="info" href=#linuxsampler>LinuxSampler<span class='info'>Sampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API.</span></a>
200              </td>
201              <td> -> <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> with <a href="#exception"><u><i>commercial exception</i></u>*</a></td>
202            </tr>
203            <tr>
204              <td class="bordered">
205                <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
206              </td>
207              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
208            </tr>
209          </tbody>
210          </table>
211          <a name="exception"></a>
212          <p class="default">
213    * LinuxSampler is licensed under the GNU GPL license with the exception that<br>
214  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>
215  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>
216  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>
# Line 169  If you have questions on the subject ple Line 219  If you have questions on the subject ple
219        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
220  time / linker dependencies. </p>  time / linker dependencies. </p>
221        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
222        <pre>       <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>        <pre>                                  <strong>gigedit</strong>
223                                         |
224                                    (mandatory)
225                                         |
226                                         V
227           <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
228             |                         A              |             |                         A              |
229             |                         |              |             |                         |              |
230        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
# Line 187  is no linker dependency between them, bu Line 242  is no linker dependency between them, bu
242  have LinuxSampler installed to be able to use QSampler (either locally  have LinuxSampler installed to be able to use QSampler (either locally
243  or on any other computer in your network). JSampler is also communicating  or on any other computer in your network). JSampler is also communicating
244  with LinuxSampler via TCP, so there is no linker dependency between them  with LinuxSampler via TCP, so there is no linker dependency between them
245  either, JSampler requires jlscp though.</p>  either. JSampler requires jlscp though. You have to compile and install
246    libgig before being able to compile and use gigedit.</p>
247    
248        <h2>Source Packages (Stable)</h2>        <h2>Source Packages (Stable)</h2>
249        <table class="default">        <table class="default">
250          <tbody>          <tbody>
251            <tr>            <tr>
252              <td> <a              <td>
253   href="http://download.linuxsampler.org/packages/libgig-2.0.2.tar.bz2">                <a name="libgig"></a>
254  libgig-2.0.2.tar.bz2 </a> </td>                <a
255     href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
256    libgig-3.1.1.tar.bz2 </a> </td>
257              <td> --&gt; </td>              <td> --&gt; </td>
258              <td> Gigasampler file loader library </td>              <td> Gigasampler file access library (C++) </td>
259            </tr>            </tr>
260            <tr>            <tr>
261              <td> <a              <td>
262                  <a name="liblscp"></a>
263                  <a
264   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">
265  liblscp-0.3.3.tar.gz </a> </td>  liblscp-0.3.3.tar.gz </a> </td>
266              <td> --&gt; </td>              <td> --&gt; </td>
267              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>
268            </tr>            </tr>
269            <tr>            <tr>
270              <td> <a              <td>
271   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">                <a name="linuxsampler"></a>
272  linuxsampler-0.3.3.tar.bz2 </a> </td>                <a
273     href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
274    linuxsampler-0.4.0.tar.bz2 </a> </td>
275              <td> --&gt; </td>              <td> --&gt; </td>
276              <td> sampler backend </td>              <td> sampler engine / backend </td>
277            </tr>            </tr>
278            <tr>            <tr>
279              <td> <a              <td>
280   href="http://download.linuxsampler.org/packages/qsampler-0.1.2.tar.gz">                <a name="qsampler"></a>
281  qsampler-0.1.2.tar.gz </a> </td>                <a
282     href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">
283    qsampler-0.1.3.tar.gz </a> </td>
284              <td> --&gt; </td>              <td> --&gt; </td>
285              <td> graphical frontend to LinuxSampler </td>              <td> graphical frontend to LinuxSampler </td>
286            </tr>            </tr>
287              <tr>
288                <td>
289                  <a name="jlscp"></a>
290                  <a
291     href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">
292    jlscp-0.3a.tar.bz2 </a> </td>
293                <td> --&gt; </td>
294                <td> a java LinuxSampler control protocol API </td>
295              </tr>
296              <tr>
297                <td>
298                  <a name="jsampler"></a>
299                  <a
300     href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">
301    JSampler-0.3a.tar.bz2 </a> </td>
302                <td> --&gt; </td>
303                <td> a java frontend to LinuxSampler </td>
304              </tr>
305              <tr>
306          </tbody>          </tbody>
307        </table>        </table>
308    
# Line 231  qsampler-0.1.2.tar.gz </a> </td> Line 314  qsampler-0.1.2.tar.gz </a> </td>
314   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
315  libgig-3.1.1.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
316              <td> --&gt; </td>              <td> --&gt; </td>
317              <td> Gigasampler file access library </td>              <td> Gigasampler file access library (C++) </td>
318            </tr>            </tr>
319            <tr>            <tr>
320              <td> <a              <td> <a
# Line 245  liblscp-0.5.3.tar.gz </a> </td> Line 328  liblscp-0.5.3.tar.gz </a> </td>
328   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
329  linuxsampler-0.4.0.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
330              <td> --&gt; </td>              <td> --&gt; </td>
331              <td> sampler backend </td>              <td> sampler engine / backend </td>
332            </tr>            </tr>
333            <tr>            <tr>
334              <td> <a              <td> <a
335   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
336  qsampler-0.1.3.tar.gz </a> </td>  qsampler-0.1.4.tar.gz </a> </td>
337              <td> --&gt; </td>              <td> --&gt; </td>
338              <td> graphical frontend to LinuxSampler </td>              <td> graphical frontend to LinuxSampler </td>
339            </tr>            </tr>
340            <tr>            <tr>
341              <td> <a              <td> <a
342   href="http://prdownloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2?download">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">
343  jlscp-0.3a.tar.bz2 </a> </td>  jlscp-0.4a.tar.bz2 </a> </td>
344              <td> --&gt; </td>              <td> --&gt; </td>
345              <td> a java LinuxSampler control protocol API </td>              <td> a java LinuxSampler control protocol API </td>
346            </tr>            </tr>
347            <tr>            <tr>
348              <td> <a              <td> <a
349   href="http://prdownloads.sourceforge.net/jsampler/JSampler-0.2a.tar.bz2?download">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">
350  JSampler-0.2a.tar.bz2 </a> </td>  JSampler-0.5a.tar.bz2 </a> </td>
351              <td> --&gt; </td>              <td> --&gt; </td>
352              <td> a java frontend to LinuxSampler </td>              <td> a java frontend to LinuxSampler </td>
353            </tr>            </tr>
354            <tr>            <tr>
355              <td> <a              <td>
356                  <a name="gigedit"></a>
357                  <a
358   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">
359  gigedit-0.0.3.tar.gz </a> </td>  gigedit-0.0.3.tar.gz </a> </td>
360              <td> --&gt; </td>              <td> --&gt; </td>
# Line 286  packages</a> and <a Line 371  packages</a> and <a
371  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>
372  and platform-independent <a  and platform-independent <a
373   href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">   href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">
374  Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).</p>  Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).
375    For libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>
376        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
377        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
378  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
# Line 305  the line of the respective subproject yo Line 391  the line of the respective subproject yo
391            </tr>            </tr>
392          </tbody>          </tbody>
393        </table>        </table>
394          <p class="default"> You don't need to checkout the sources again later on,
395          just for keeping track to the latest development version. For updating to
396          the latest CVS version you can simply run the following command at any
397          time from the checked out source directory:</p>
398          <table class="default" border="0" cellpadding="1" cellspacing="5">
399            <tbody>
400              <tr>
401                <td>
402                <pre class="code">1</pre>
403                </td>
404                <td width="100%">
405                <pre class="code">cvs update -d -P</pre>
406                </td>
407              </tr>
408            </tbody>
409          </table>
410        <p class="default"> You can also <a        <p class="default"> You can also <a
411   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
412  repository</a>. </p>  repository</a>. </p>
413        <h2>Wallpapers</h2>        <h2>Bootsplash theme</h2>
414        <p class="default"> How about a bit eye candy for your desktop?        <p class="default"> Does your computer already boot in LinuxSampler style? No? Checkout the following LinuxSampler theme for either <a href="http://dev.gentoo.org/~spock/projects/gensplash/">fbsplash (gensplash)</a> or <a href="http://www.bootsplash.org">bootsplash</a>:</p>
 There's currently only a wallpaper for 1600x1200. Tell us if you like  
 it and maybe we add other resolutions as well. </p>  
415        <table class="default">        <table class="default">
416          <tbody>          <tbody>
417            <tr>            <tr>
418              <td> <a              <td> <a
419   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
420              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
421   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
422                <td> --&gt; </td>
423                <td> <a
424     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
425              </tr>
426              <tr>
427                <td> <a
428     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
429                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
430     alt="Screenshot 2"> </a> </td>
431              <td> --&gt; </td>              <td> --&gt; </td>
432              <td> <a              <td> <a
433   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top') </a> </td>
 1600x1200 </a> </td>  
434            </tr>            </tr>
435          </tbody>          </tbody>
436        </table>        </table>
437          <p> <a
438     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
439        <br>        <br>
440        </div>        </div>
441        </td>        </td>

Legend:
Removed from v.1125  
changed lines
  Added in v.1246

  ViewVC Help
Powered by ViewVC