/[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 603 by schoenebeck, Thu Jun 2 17:46:51 2005 UTC revision 1973 by senoner, Mon Aug 3 12:32:43 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2  <html>  <html>
3  <head>  <head>
4  <link rel="stylesheet" type="text/css" href="index.css">    <link rel="stylesheet" type="text/css" href="index.css">
5    <title>The Linux Sampler Project</title>    <title>The Linux Sampler Project</title>
   
6    <meta http-equiv="content-type"    <meta http-equiv="content-type"
7     content="text/html; charset=ISO-8859-1">   content="text/html; charset=ISO-8859-1">
8      <script language="javascript" type="text/javascript">
    <script language="javascript" type="text/javascript">  
9          <!--          <!--
10          var dir = "gfx/";          var dir = "gfx/";
11    
# Line 49  Line 47 
47                  downloadsout = new Image();                  downloadsout = new Image();
48                  downloadsout.src = dir + "mdownloads.png";                  downloadsout.src = dir + "mdownloads.png";
49    
50                    donationsover = new Image();
51                    donationsover.src = dir + "mdonationshover.png";
52    
53                    donationsout = new Image();
54                    donationsout.src = dir + "mdonations.png";
55    
56                    supportover = new Image();
57                    supportover.src = dir + "msupporthover.png";
58                    supportout = new Image();
59                    supportout.src = dir + "msupport.png";
60    
61                  developersover = new Image();                  developersover = new Image();
62                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
63    
# Line 93  Line 102 
102          }          }
103          -->          -->
104          </script>          </script>
   
105  </head>  </head>
   
106  <body>  <body>
107    <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg"
108          <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">   alt="LinuxSampler">
109    <h1><span class="hidden">The LinuxSampler Project</span></h1>
110                  <h1><span class="hidden">The LinuxSampler Project</span></h1>  <table border="0" cellpadding="0" cellspacing="0">
111      <tbody>
112                          <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>      <tr>
113                          <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>        <th colspan="2" align="left"> <img name="h1blank"
114                          <tr><td valign=top>   src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th>
115                          <a id="news" href="index.php" onmouseover="javascript:if(document.images)document.news.src = newsover.src" onmouseout="javascript:if(document.images)document.news.src = newsout.src"><img name="news" src="gfx/mnews.png" alt="news"></a>      </tr>
116                          <a id="about" href="about.html" onmouseover="javascript:if(document.images)document.about.src = aboutover.src" onmouseout="javascript:if(document.images)document.about.src = aboutout.src"><img name="about" src="gfx/mabout.png" alt="about"></a>      <tr>
117                          <a id="features" href="features.html" onmouseover="javascript:if(document.images)document.features.src = featuresover.src" onmouseout="javascript:if(document.images)document.features.src = featuresout.src"><img name="features" src="gfx/mfeatures.png" alt="features"></a>        <td valign="top"> <a id="news" href="index.php"
118                          <a id="screenshots" href="screenshots.html" onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src" onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a>   onmouseover="javascript:if(document.images)document.news.src = newsover.src"
119                          <a id="demos" href="demos.html" onmouseover="javascript:if(document.images)document.demos.src = demosover.src" onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img name="demos" src="gfx/mdemos.png" alt="demos"></a>   onmouseout="javascript:if(document.images)document.news.src = newsout.src"><img
120                          <a id="downloads" href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img name="downloads" src="gfx/mdownloads.png" alt="download"></a>   name="news" src="gfx/mnews.png" alt="news"></a> <a id="about"
121                          <a id="developers" href="developers.html" onmouseover="javascript:if(document.images)document.developers.src = developersover.src" onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img name="developers" src="gfx/mdevelopers.png" alt="developers"></a>   href="about.html"
122                          <a id="faq" href="faq.html" onmouseover="javascript:if(document.images)document.faq.src = faqover.src" onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img name="faq" src="gfx/mfaq.png" alt="faq"></a>   onmouseover="javascript:if(document.images)document.about.src = aboutover.src"
123                          <a id="documentation" href="documentation.html" onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src" onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>   onmouseout="javascript:if(document.images)document.about.src = aboutout.src"><img
124                          <a id="bugs" href="http://bugs.linuxsampler.org" onmouseover="javascript:if(document.images)document.bugs.src = bugsover.src" onmouseout="javascript:if(document.images)document.bugs.src = bugsout.src"><img name="bugs" src="gfx/mbugs.png" alt="bugs"></a>   name="about" src="gfx/mabout.png" alt="about"></a> <a id="features"
125                          <a id="instruments" href="instruments.html" onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src" onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img name="instruments" src="gfx/minstruments.png" alt="instruments"></a>   href="features.html"
126                          <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>   onmouseover="javascript:if(document.images)document.features.src = featuresover.src"
127                          <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>   onmouseout="javascript:if(document.images)document.features.src = featuresout.src"><img
128                          </td><td valign=top width="100%">   name="features" src="gfx/mfeatures.png" alt="features"></a> <a
129                          <div id="contents">   id="screenshots" href="screenshots.html"
130     onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src"
131                          <h2>Dependencies</h2>   onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img
132                          <p class="default">   name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a> <a
133                          The following figure illustrates the compile time / linker dependencies.   id="demos" href="demos.html"
134                          </p>   onmouseover="javascript:if(document.images)document.demos.src = demosover.src"
135                          <div style="line-height: 1.2em">   onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img
136                            <pre>   name="demos" src="gfx/mdemos.png" alt="demos"></a> <a id="downloads"
137         <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>   href="downloads.html"
138             |                         A   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
139             |                         |   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
140        (mandatory)               (mandatory)   name="downloads" src="gfx/mdownloads.png" alt="download"></a>
141             |                         |                          <a id="donations" href="donations.html" onmouseover="javascript:if(document.images)document.donations.src = donationsover.src" onmouseout="javascript:if(document.images)document.donations.src = donationsout.src"><img name="donations" src="gfx/mdonations.png" alt="donations"></a>
142             V                         |   <a id="support" href="support.html" onmouseover="javascript:if(document.images)document.support.src = supportover.src" onmouseout="javascript:if(document.images)document.support.src = supportout.src"><img name="support" src="gfx/msupport.png" alt="support"></a>
143          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>   <a
144                            </pre>   id="developers" href="developers.html"
145                          </div>   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
146                          <p class="default">   onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img
147                          Or again in words: you have to compile and install libgig before   name="developers" src="gfx/mdevelopers.png" alt="developers"></a> <a
148                          being able to compile and use LinuxSampler. You don't need libgig   id="faq" href="faq.html"
149                          for compiling and using QSampler, but it's definitely recommended.   onmouseover="javascript:if(document.images)document.faq.src = faqover.src"
150                          You cannot compile nor use QSampler without liblscp though. As   onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img
151                          QSampler is communicating with LinuxSampler via TCP, there is no   name="faq" src="gfx/mfaq.png" alt="faq"></a> <a id="documentation"
152                          linker dependency between them, but of course you still need to   href="documentation.html"
153                          have LinuxSampler installed to be able to use QSampler.   onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src"
154                          </p>   onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img
155     name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>
156                          <h2>Source Packages</h2>        <a id="bugs" href="http://bugs.linuxsampler.org"
157                          <table class="default">   onmouseover="javascript:if(document.images)document.bugs.src = bugsover.src"
158                            <tr>   onmouseout="javascript:if(document.images)document.bugs.src = bugsout.src"><img
159                              <td>   name="bugs" src="gfx/mbugs.png" alt="bugs"></a> <a id="instruments"
160                                    <a href="http://download.linuxsampler.org/packages/libgig-2.0.0.tar.bz2">   href="instruments.html"
161                                libgig-2.0.0.tar.bz2   onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src"
162                                </a>   onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img
163                                  </td>   name="instruments" src="gfx/minstruments.png" alt="instruments"></a> <a
164                                  <td>   id="links" href="links.html"
165                                  --&gt;   onmouseover="javascript:if(document.images)document.links.src = linksover.src"
166                                  </td>   onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img
167                                  <td>   name="links" src="gfx/mlinks.png" alt="links"></a> <a id="credits"
168                                    Gigasampler file loader library   href="credits.html"
169                                  </td>   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"
170                            </tr>   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
171                            <tr>   name="credits" src="gfx/mcredits.png" alt="credits"></a>
172                              <td>  
173                                    <a href="http://download.linuxsampler.org/packages/liblscp-0.2.9.tar.gz">  <div class="boxed">
174                                liblscp-0.2.9.tar.gz  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
175                                </a>  <input type="hidden" name="cmd" value="_s-xclick">
176                                  </td>  <input type="hidden" name="hosted_button_id" value="6746056">
177                                  <td>  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
178                                  --&gt;  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
179                                  </td>  </form>
180                                  <td>  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
181                                    LinuxSampler Control Protocol (LSCP) wrapper library  <input type="hidden" name="cmd" value="_s-xclick">
182                                  </td>  <input type="hidden" name="hosted_button_id" value="6746149">
183                            </tr>  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
184                            <tr>  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
185                              <td>  </form>
186                                    <a href="http://download.linuxsampler.org/packages/linuxsampler-0.3.1.tar.bz2">  <a href="donations.html">Why donate?</a>
187                                linuxsampler-0.3.1.tar.bz2  </div>
188                                </a>  <p>
189                                  </td>  <div class="">
190                                  <td>  <center>
191                                  --&gt;  <script type="text/javascript"><!--
192                                  </td>  google_ad_client = "pub-3408196773880325";
193                                  <td>  /* 120x600, created 8/3/09 */
194                                    sampler backend  google_ad_slot = "2910827959";
195                                  </td>  google_ad_width = 120;
196                            </tr>  google_ad_height = 600;
197                            <tr>  //-->
198                              <td>  </script>
199                                    <a href="http://download.linuxsampler.org/packages/qsampler-0.1.0.tar.gz">  <script type="text/javascript"
200                                qsampler-0.1.0.tar.gz  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
201                                </a>  </script>
202                                  </td>  </center>
203                                  <td>  </div>
204                                  --&gt;  
205                                  </td>        </td>
206                                  <td>  
207                                    graphical frontend to LinuxSampler        <td valign="top" width="100%">
208                                  </td>        <div id="contents">
209                            </tr>  
210                          </table>        <h2>Licenses</h2>
211          <p class="default">
212                          <h2>Binary Packages</h2>        There are several subprojects, each having its own license terms, as follows:
213                          <p class="default">        </p>
214                          There are currently <a href="http://download.linuxsampler.org/packages/debian/">Debian packages</a>        <table class="default">
215                          and <a href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a> for i386 only.        <tbody>
216                          </p>          <tr>
217              <td class="bordered">
218                          <h2>CVS</h2>              <a class="info" href=#gigedit>gigedit<span class='info'>An instrument editor for gig files (written in C++, based on the gtk(mm) toolkit).</span></a>
219                          <p class="default">            </td>
220                          This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set.            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
221                          When prompted for a password for anonymous, simply press the Enter key. There are currently four subprojects in the          </tr>
222                          LinuxSampler project, pick the line of the respective subproject you want to checkout from below:          <tr>
223                          </p>            <td class="bordered">
224                          <table class="default" border="0" cellpadding="1" cellspacing="5">               <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
225                                  <tr>            </td>
226                                    <td><pre class="code">1            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
227  2          </tr>
228  3          <tr>
229  4</pre>            <td class="bordered">
230                                    </td>                <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
231                                    <td width="100%">            </td>
232                                      <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co libgig            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
233  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co liblscp          </tr>
234  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co linuxsampler          <tr>
235  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler</pre>            <td class="bordered">
236                                    </td>              <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
237                                  </tr>            </td>
238                          </table>            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
239                          <p class="default">          </tr>
240                          You can also <a href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS repository</a>.          <tr>
241                          </p>            <td class="bordered">
242                <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
243                          <h2>Wallpapers</h2>            </td>
244                          <p class="default">            <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html" title="GNU Lesser General Public License">LGPL</a></td>
245                          How about a bit eye candy for your desktop? There's currently only a wallpaper for 1600x1200.          </tr>
246                          Tell us if you like it and maybe we add other resolutions as well.          <tr>
247                          </p>            <td class="bordered">
248     <table class="default">              <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>
249       <tr>            </td>
250         <td>            <td> -> <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> with <a href="#exception" title="see description below"><u><i>commercial exception</i></u>*</a></td>
251           <a href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">          </tr>
252             <img src="misc/linuxsampler_box_preview.jpg" alt="wallpaper preview">          <tr>
253           </a>            <td class="bordered">
254         </td>              <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
255         <td>            </td>
256         --&gt;            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
257         </td>          </tr>
258         <td>        </tbody>
259           <a href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">        </table>
260             1600x1200  
261           </a>        <a name="exception"></a>
262         </td>        <p class="caution">
263       </tr>        [*] LinuxSampler is licensed under the GNU GPL with the exception that
264     </table>        <b>USAGE</b> of the source code, libraries and applications
265          <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
266          without prior written permission by the LinuxSampler authors.
267     <br>        If you have questions on the subject, that are not yet covered by the
268          <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
269                  </div>        please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
270                  </td></tr></table>        </p>
271    
272   </div>        <h2>Dependencies</h2>
273          <p class="default"> The following figure illustrates the compile
274    time / linker dependencies.</p>
275          <div style="line-height: 1.2em;">
276          <pre class="figure">                                  <strong>gigedit</strong>
277                                         |
278                                    (mandatory)
279                                         |
280                                         V
281           <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
282               |                         A              |
283               |                         |              |
284          (mandatory)               (mandatory)    (mandatory)
285               |                         |              |
286               V                         |              V
287            <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
288          </div>
289          <p class="default"> Or again in words: you have to compile and
290    install libgig before being able to compile and use LinuxSampler. You
291    don't need libgig for compiling and using QSampler, but it's definitely
292    recommended. You cannot compile nor use QSampler without liblscp
293    though. As QSampler is communicating with LinuxSampler via TCP, there
294    is no linker dependency between them, but of course you still need to
295    have LinuxSampler installed to be able to use QSampler (either locally
296    or on any other computer in your network). JSampler is also communicating
297    with LinuxSampler via TCP, so there is no linker dependency between them
298    either. JSampler requires jlscp though. You have to compile and install
299    libgig before being able to compile and use gigedit.</p>
300    
301          <h2>Binary Packages</h2>
302          <p class="default">
303            We currently provide pre-compiled binaries for the following operating systems:
304          </p>
305          <table class="decorated">
306            <thead>
307              <tr>
308                <td class="decorated_header">Operating System</td>
309                <td class="decorated_header">Description</td>
310              </tr>
311            </thead>
312            <tbody>
313              <tr>
314                <td class="decorated">
315                  <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
316                    <img src="gfx/logos/debian.png">Debian
317                  </a>
318                </td>
319                <td class="decorated"> Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian <i>stable</i>, a.k.a "Etch"). </td>
320              </tr>
321              <tr>
322                <td class="decorated">
323                  <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
324                    <img src="gfx/logos/gentoo.png">Gentoo
325                  </a>
326                </td>
327                <td class="decorated"> Bleeding edge Gentoo ebuild for each software component, which can be used to conveniently emerge the latest versions directly from CVS. </td>
328              </tr>
329              <tr>
330                <td class="decorated">
331                  <a href="http://download.linuxsampler.org/packages/rpms/">
332                    <img src="gfx/logos/suse.png" title=".rpm packages">Suse
333                  </a>
334                </td>
335                <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>
336              </tr>
337              <tr>
338                <td class="decorated">
339                  <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe" title="all-in-one installer">
340                    <img src="gfx/logos/windows.png">Windows
341                  </a>
342                </td>
343                <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy!</td>
344              </tr>
345              <tr>
346                <td class="decorated">
347                  <a href="http://download.linuxsampler.org/packages/osx/linuxsampler_20080107.dmg" title="all-in-one installer">
348                    <img src="gfx/logos/apple.png">Mac
349                  </a>
350                </td>
351                <td class="decorated"> All-in-one installer (Diskimage) for the latest official releases of the software components for Mac OS X. (<b>Note:</b> the Mac installer does <b>not</b> include gigedit and JSampler yet!)</td>
352              </tr>
353            </tbody>
354          </table>
355          <p class="default">
356            Additionally there are the following platform independent Java executable
357            packages (note: you need to have the
358            <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
359            Environment 6</a> installed to be able to execute these software
360            packages on your computer):
361          </p>
362          <table class="decorated">
363            <thead>
364              <tr>
365                <td class="decorated_header">File Name</td>
366                <td class="decorated_header">Description</td>
367              </tr>
368            </thead>
369            <tbody>
370              <tr>
371                <td class="decorated">
372                  <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-cvs6.jar" title="JSampler *Fantasia*">
373                    <img src="gfx/logos/java.png">Fantasia-0.8a-cvs6.jar
374                  </a>
375                </td>
376                <td class="decorated"> JSampler "Fantasia", a frontend to LinuxSampler,
377                    modern skin-based distribution of JSampler (note: "Fantasia" is
378                    already included with the Windows installer)</td>
379              </tr>
380              <tr>
381                <td class="decorated">
382                  <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
383                    <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
384                  </a>
385                </td>
386                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
387              </tr>
388            </tbody>
389          </table>
390          <br>
391    
392          <h2>Source Packages</h2>
393          <p class="default">
394            Source code packages of the latest official releases:
395          </p>
396          <table class="decorated">
397            <thead>
398              <tr>
399                <td class="decorated_header">File Name</td>
400                <td class="decorated_header">Description</td>
401              </tr>
402            </thead>
403            <tbody>
404              <tr>
405                <td class="decorated">
406                  <a name="libgig"></a>
407                  <a
408     href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">
409    libgig-3.3.0.tar.bz2 </a> </td>
410                <td class="decorated"> Gigasampler file access library (C++) </td>
411              </tr>
412              <tr>
413                <td class="decorated">
414                  <a name="liblscp"></a>
415                  <a
416     href="http://download.linuxsampler.org/packages/liblscp-0.5.6.tar.gz">
417    liblscp-0.5.6.tar.gz </a> </td>
418                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
419              </tr>
420              <tr>
421                <td class="decorated">
422                  <a name="linuxsampler"></a>
423                  <a
424     href="http://download.linuxsampler.org/packages/linuxsampler-1.0.0.tar.bz2">
425    linuxsampler-1.0.0.tar.bz2 </a> </td>
426                <td class="decorated"> sampler engine / backend </td>
427              </tr>
428              <tr>
429                <td class="decorated">
430                  <a name="qsampler"></a>
431                  <a
432     href="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz">
433    qsampler-0.2.2.tar.gz </a> </td>
434                <td class="decorated"> graphical frontend to LinuxSampler </td>
435              </tr>
436              <tr>
437                <td class="decorated">
438                  <a name="jlscp"></a>
439                  <a
440     href="http://downloads.sourceforge.net/jlscp/jlscp-0.7a.tar.bz2">
441    jlscp-0.7a.tar.bz2 </a> </td>
442                <td class="decorated"> a java LinuxSampler control protocol API </td>
443              </tr>
444              <tr>
445                <td class="decorated">
446                  <a name="jsampler"></a>
447                  <a
448     href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a-cvs6.tar.bz2">
449    JSampler-0.8a-cvs6.tar.bz2 </a> </td>
450                <td class="decorated"> a java frontend to LinuxSampler </td>
451              </tr>
452              <tr>
453                <td class="decorated">
454                  <a name="gigedit"></a>
455                  <a
456     href="http://download.linuxsampler.org/packages/gigedit-0.2.0.tar.gz">
457    gigedit-0.2.0.tar.gz </a> </td>
458                <td class="decorated"> an instrument editor for gig files </td>
459            </tbody>
460          </table>
461          <br>
462    
463          <a name="cvs"></a><h2>CVS</h2>
464          <p class="default"> This project's CVS repository can be checked
465    out through anonymous (pserver) CVS with the following instruction set.
466    When prompted for a password for anonymous, simply press the Enter key.
467    There are currently seven subprojects in the LinuxSampler project, pick
468    the line of the respective subproject you want to checkout from below: </p>
469    
470           <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
471      co libgig
472    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
473      co liblscp
474    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
475      co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
476      co qsampler
477    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
478      co jlscp
479    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
480      co jsampler
481    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
482      co gigedit</pre>
483    
484          <p class="default"> You don't need to checkout the sources again later on,
485          just for keeping track to the latest development version. For updating to
486          the latest CVS version you can simply run the following command at any
487          time from the checked out source directory:</p>
488    
489          <pre class="code">cvs update -d -P</pre>
490    
491          <p class="default"> You can also <a
492     href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
493    repository</a>. </p>
494          <h2>Bootsplash theme</h2>
495          <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>
496          <table class="default">
497            <tbody>
498              <tr>
499                <td> <a
500     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
501                <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
502     alt="Screenshot 1"> </a> </td>
503                <td> --&gt; </td>
504                <td> <a
505     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
506              </tr>
507              <tr>
508                <td> <a
509     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
510                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
511     alt="Screenshot 2"> </a> </td>
512                <td> --&gt; </td>
513                <td> <a
514     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top') </a> </td>
515              </tr>
516            </tbody>
517          </table>
518          <p class="default"> <a
519     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
520          <br>
521          </div>
522          </td>
523        </tr>
524      </tbody>
525    </table>
526    </div>
527  </body>  </body>
528  </html>  </html>

Legend:
Removed from v.603  
changed lines
  Added in v.1973

  ViewVC Help
Powered by ViewVC