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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2379 - (hide annotations) (download) (as text)
Sun Nov 4 14:46:28 2012 UTC (11 years, 5 months ago) by schoenebeck
File MIME type: text/html
File size: 25420 byte(s)
* added Bitcoin address as possibility for donations

1 senoner 542 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2     <html>
3     <head>
4 capela 629 <link rel="stylesheet" type="text/css" href="index.css">
5 senoner 542 <title>The Linux Sampler Project</title>
6     <meta http-equiv="content-type"
7 capela 629 content="text/html; charset=ISO-8859-1">
8     <script language="javascript" type="text/javascript">
9 senoner 542 <!--
10     var dir = "gfx/";
11    
12     if(document.images) {
13    
14     newsover = new Image();
15     newsover.src = dir + "mnewshover.png";
16    
17     newsout = new Image();
18     newsout.src = dir + "mnews.png";
19    
20     aboutover = new Image();
21     aboutover.src = dir + "mabouthover.png";
22    
23     aboutout = new Image();
24     aboutout.src = dir + "mabout.png";
25    
26     featuresover = new Image();
27     featuresover.src = dir + "mfeatureshover.png";
28    
29     featuresout = new Image();
30     featuresout.src = dir + "mfeatures.png";
31    
32     screenshotsover = new Image();
33     screenshotsover.src = dir + "mscreenshotshover.png";
34    
35     screenshotsout = new Image();
36     screenshotsout.src = dir + "mscreenshots.png";
37    
38     demosover = new Image();
39     demosover.src = dir + "mdemoshover.png";
40    
41     demosout = new Image();
42     demosout.src = dir + "mdemos.png";
43    
44     downloadsover = new Image();
45     downloadsover.src = dir + "mdownloadshover.png";
46    
47     downloadsout = new Image();
48     downloadsout.src = dir + "mdownloads.png";
49    
50 senoner 1938 donationsover = new Image();
51     donationsover.src = dir + "mdonationshover.png";
52    
53     donationsout = new Image();
54     donationsout.src = dir + "mdonations.png";
55    
56 schoenebeck 1675 supportover = new Image();
57     supportover.src = dir + "msupporthover.png";
58     supportout = new Image();
59     supportout.src = dir + "msupport.png";
60    
61 senoner 542 developersover = new Image();
62     developersover.src = dir + "mdevelopershover.png";
63    
64     developersout = new Image();
65     developersout.src = dir + "mdevelopers.png";
66    
67     instrumentsover = new Image();
68     instrumentsover.src = dir + "minstrumentshover.png";
69    
70     instrumentsout = new Image();
71     instrumentsout.src = dir + "minstruments.png";
72    
73     linksover = new Image();
74     linksover.src = dir + "mlinkshover.png";
75    
76     linksout = new Image();
77     linksout.src = dir + "mlinks.png";
78    
79     documentationover = new Image();
80     documentationover.src = dir + "mdocumentationhover.png";
81    
82     documentationout = new Image();
83     documentationout.src = dir + "mdocumentation.png";
84    
85     creditsover = new Image();
86     creditsover.src = dir + "mcreditshover.png";
87    
88     creditsout = new Image();
89     creditsout.src = dir + "mcredits.png";
90    
91     faqover = new Image();
92     faqover.src = dir + "mfaqhover.png";
93    
94     faqout = new Image();
95     faqout.src = dir + "mfaq.png";
96    
97     bugsover = new Image();
98     bugsover.src = dir + "mbugshover.png";
99    
100     bugsout = new Image();
101     bugsout.src = dir + "mbugs.png";
102     }
103     -->
104     </script>
105     </head>
106     <body>
107 persson 2033 <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
108 capela 629 <h1><span class="hidden">The LinuxSampler Project</span></h1>
109     <table border="0" cellpadding="0" cellspacing="0">
110     <tbody>
111     <tr>
112     <th colspan="2" align="left"> <img name="h1blank"
113     src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th>
114     </tr>
115     <tr>
116     <td valign="top"> <a id="news" href="index.php"
117     onmouseover="javascript:if(document.images)document.news.src = newsover.src"
118     onmouseout="javascript:if(document.images)document.news.src = newsout.src"><img
119     name="news" src="gfx/mnews.png" alt="news"></a> <a id="about"
120     href="about.html"
121     onmouseover="javascript:if(document.images)document.about.src = aboutover.src"
122     onmouseout="javascript:if(document.images)document.about.src = aboutout.src"><img
123     name="about" src="gfx/mabout.png" alt="about"></a> <a id="features"
124     href="features.html"
125     onmouseover="javascript:if(document.images)document.features.src = featuresover.src"
126     onmouseout="javascript:if(document.images)document.features.src = featuresout.src"><img
127     name="features" src="gfx/mfeatures.png" alt="features"></a> <a
128     id="screenshots" href="screenshots.html"
129     onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src"
130     onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img
131     name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a> <a
132     id="demos" href="demos.html"
133     onmouseover="javascript:if(document.images)document.demos.src = demosover.src"
134     onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img
135     name="demos" src="gfx/mdemos.png" alt="demos"></a> <a id="downloads"
136     href="downloads.html"
137     onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
138     onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
139 schoenebeck 1675 name="downloads" src="gfx/mdownloads.png" alt="download"></a>
140 senoner 1938 <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>
141 schoenebeck 1675 <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>
142     <a
143 capela 629 id="developers" href="developers.html"
144     onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
145     onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img
146     name="developers" src="gfx/mdevelopers.png" alt="developers"></a> <a
147     id="faq" href="faq.html"
148     onmouseover="javascript:if(document.images)document.faq.src = faqover.src"
149     onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img
150     name="faq" src="gfx/mfaq.png" alt="faq"></a> <a id="documentation"
151     href="documentation.html"
152     onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src"
153     onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img
154     name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>
155     <a id="bugs" href="http://bugs.linuxsampler.org"
156     onmouseover="javascript:if(document.images)document.bugs.src = bugsover.src"
157     onmouseout="javascript:if(document.images)document.bugs.src = bugsout.src"><img
158     name="bugs" src="gfx/mbugs.png" alt="bugs"></a> <a id="instruments"
159     href="instruments.html"
160     onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src"
161     onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img
162     name="instruments" src="gfx/minstruments.png" alt="instruments"></a> <a
163     id="links" href="links.html"
164     onmouseover="javascript:if(document.images)document.links.src = linksover.src"
165     onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img
166     name="links" src="gfx/mlinks.png" alt="links"></a> <a id="credits"
167     href="credits.html"
168     onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"
169     onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
170 schoenebeck 1935 name="credits" src="gfx/mcredits.png" alt="credits"></a>
171    
172 schoenebeck 1947 <div class="boxed">
173 schoenebeck 1935 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
174     <input type="hidden" name="cmd" value="_s-xclick">
175     <input type="hidden" name="hosted_button_id" value="6746056">
176     <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!">
177     <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
178     </form>
179     <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
180     <input type="hidden" name="cmd" value="_s-xclick">
181     <input type="hidden" name="hosted_button_id" value="6746149">
182     <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!">
183     <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
184     </form>
185 schoenebeck 2379 <table><tr>
186     <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
187     <td>Or donate Bitcoins at:</td>
188     </tr></table>
189     <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
190     <hr>
191 schoenebeck 1947 <a href="donations.html">Why donate?</a>
192     </div>
193 senoner 1973 <p>
194     <div class="">
195     <center>
196     <script type="text/javascript"><!--
197     google_ad_client = "pub-3408196773880325";
198     /* 120x600, created 8/3/09 */
199     google_ad_slot = "2910827959";
200     google_ad_width = 120;
201     google_ad_height = 600;
202     //-->
203     </script>
204     <script type="text/javascript"
205     src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
206     </script>
207     </center>
208     </div>
209 schoenebeck 1935
210     </td>
211    
212 capela 629 <td valign="top" width="100%">
213     <div id="contents">
214 senoner 702
215 schoenebeck 1246 <h2>Licenses</h2>
216 schoenebeck 1126 <p class="default">
217 schoenebeck 1246 There are several subprojects, each having its own license terms, as follows:
218     </p>
219     <table class="default">
220     <tbody>
221     <tr>
222     <td class="bordered">
223 schoenebeck 1450 <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>
224 schoenebeck 1246 </td>
225 schoenebeck 1594 <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
226 schoenebeck 1246 </tr>
227     <tr>
228     <td class="bordered">
229     <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
230     </td>
231 schoenebeck 1594 <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
232 schoenebeck 1246 </tr>
233     <tr>
234     <td class="bordered">
235     <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
236     </td>
237 schoenebeck 1594 <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
238 schoenebeck 1246 </tr>
239     <tr>
240     <td class="bordered">
241     <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
242     </td>
243 schoenebeck 1594 <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
244 schoenebeck 1246 </tr>
245     <tr>
246     <td class="bordered">
247     <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
248     </td>
249 schoenebeck 1594 <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html" title="GNU Lesser General Public License">LGPL</a></td>
250 schoenebeck 1246 </tr>
251     <tr>
252     <td class="bordered">
253     <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>
254     </td>
255 schoenebeck 1594 <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>
256 schoenebeck 1246 </tr>
257     <tr>
258     <td class="bordered">
259     <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
260     </td>
261 schoenebeck 1594 <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
262 schoenebeck 1246 </tr>
263     </tbody>
264     </table>
265 schoenebeck 1276
266 schoenebeck 1246 <a name="exception"></a>
267 schoenebeck 1276 <p class="caution">
268 schoenebeck 1594 [*] LinuxSampler is licensed under the GNU GPL with the exception that
269 schoenebeck 1574 <b>USAGE</b> of the source code, libraries and applications
270 schoenebeck 1282 <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
271     without prior written permission by the LinuxSampler authors.
272     If you have questions on the subject, that are not yet covered by the
273 schoenebeck 1594 <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
274     please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
275 schoenebeck 1276 </p>
276 senoner 702
277 capela 629 <h2>Dependencies</h2>
278     <p class="default"> The following figure illustrates the compile
279 schoenebeck 1276 time / linker dependencies.</p>
280 capela 629 <div style="line-height: 1.2em;">
281 schoenebeck 1276 <pre class="figure"> <strong>gigedit</strong>
282 schoenebeck 1176 |
283     (mandatory)
284     |
285     V
286     <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong> <strong>JSampler</strong>
287 schoenebeck 891 | A |
288     | | |
289     (mandatory) (mandatory) (mandatory)
290     | | |
291     V | V
292 schoenebeck 1276 <strong>liblscp</strong> <strong>LinuxSampler</strong> <strong>jlscp</strong></pre>
293 capela 629 </div>
294     <p class="default"> Or again in words: you have to compile and
295     install libgig before being able to compile and use LinuxSampler. You
296     don't need libgig for compiling and using QSampler, but it's definitely
297     recommended. You cannot compile nor use QSampler without liblscp
298     though. As QSampler is communicating with LinuxSampler via TCP, there
299     is no linker dependency between them, but of course you still need to
300 schoenebeck 891 have LinuxSampler installed to be able to use QSampler (either locally
301     or on any other computer in your network). JSampler is also communicating
302     with LinuxSampler via TCP, so there is no linker dependency between them
303 schoenebeck 1176 either. JSampler requires jlscp though. You have to compile and install
304     libgig before being able to compile and use gigedit.</p>
305 schoenebeck 734
306 schoenebeck 1589 <h2>Binary Packages</h2>
307     <p class="default">
308     We currently provide pre-compiled binaries for the following operating systems:
309     </p>
310 schoenebeck 1276 <table class="decorated">
311     <thead>
312     <tr>
313 schoenebeck 1589 <td class="decorated_header">Operating System</td>
314 schoenebeck 1276 <td class="decorated_header">Description</td>
315     </tr>
316     </thead>
317 capela 629 <tbody>
318     <tr>
319 schoenebeck 1276 <td class="decorated">
320 schoenebeck 1594 <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
321 schoenebeck 1986 <img src="gfx/logos/debian.png">Debian "Lenny"
322 schoenebeck 1589 </a>
323     </td>
324 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New versions!</div>--> Individual Debian (.deb) binary package for each software component, compiled for i486 (Debian <i>stable</i>, a.k.a "Lenny"). </td>
325 capela 629 </tr>
326     <tr>
327 schoenebeck 1276 <td class="decorated">
328 schoenebeck 1996 <a href="http://download.linuxsampler.org/packages/ubuntu/" title=".deb binary packages">
329     <img src="gfx/logos/ubuntu.png">Ubuntu "Hardy Heron"
330     </a>
331     </td>
332 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New supported OS!</div>--> Individual Ubuntu (.deb) binary package for each software component, compiled for i486 (Ubuntu 8.04 <i>LTS</i>, a.k.a "Hardy Heron"). </td>
333 schoenebeck 1996 </tr>
334     <tr>
335     <td class="decorated">
336 schoenebeck 1594 <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
337 schoenebeck 1589 <img src="gfx/logos/gentoo.png">Gentoo
338     </a>
339     </td>
340     <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>
341 capela 629 </tr>
342     <tr>
343 schoenebeck 1276 <td class="decorated">
344 schoenebeck 1589 <a href="http://download.linuxsampler.org/packages/rpms/">
345 schoenebeck 1594 <img src="gfx/logos/suse.png" title=".rpm packages">Suse
346 schoenebeck 1589 </a>
347     </td>
348 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New versions!</div>--> Individual RPM package for each software component for openSUSE 11.1, compiled for i586 and x86_64. </td>
349 capela 629 </tr>
350     <tr>
351 schoenebeck 1276 <td class="decorated">
352 schoenebeck 2161 <a href="http://download.linuxsampler.org/packages/win32/snapshots/" title="all-in-one installer">
353 schoenebeck 1589 <img src="gfx/logos/windows.png">Windows
354     </a>
355     </td>
356 persson 2178 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> Self-extracting all-in-one installer of all software components for Windows. It includes native 64 bit and native 32 bit binaries, standalone and VST plugin versions. The windows binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.</td>
357 capela 629 </tr>
358 schoenebeck 1617 <tr>
359     <td class="decorated">
360 schoenebeck 2371 <a href="http://download.linuxsampler.org/packages/osx/snapshots/" title="all-in-one installer">
361 schoenebeck 1617 <img src="gfx/logos/apple.png">Mac
362     </a>
363     </td>
364 schoenebeck 2371 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> All-in-one installer (Diskimage) of the current official releases of the software components for Mac OS X. This is a universal binary, natively supporting PPC, i386 and x64. It includes standalone and Audio Unit plugin versions of the sampler (<b>Note:</b> the Mac installer does <b>not</b> include gigedit yet!). The OS X binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.</td>
365 schoenebeck 1617 </tr>
366 schoenebeck 1589 </tbody>
367     </table>
368     <p class="default">
369 schoenebeck 1594 Additionally there are the following platform independent Java executable
370     packages (note: you need to have the
371     <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
372     Environment 6</a> installed to be able to execute these software
373     packages on your computer):
374 schoenebeck 1589 </p>
375     <table class="decorated">
376     <thead>
377 iliev 1148 <tr>
378 schoenebeck 1589 <td class="decorated_header">File Name</td>
379     <td class="decorated_header">Description</td>
380     </tr>
381     </thead>
382     <tbody>
383     <tr>
384 schoenebeck 1276 <td class="decorated">
385 iliev 1981 <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.9.jar" title="JSampler *Fantasia*">
386     <img src="gfx/logos/java.png">Fantasia-0.9.jar
387 schoenebeck 1589 </a>
388     </td>
389 schoenebeck 1984 <td class="decorated">
390 schoenebeck 2084 <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>-->
391 schoenebeck 1984 JSampler "Fantasia", a frontend to LinuxSampler,
392 schoenebeck 1594 modern skin-based distribution of JSampler (note: "Fantasia" is
393     already included with the Windows installer)</td>
394 iliev 1148 </tr>
395     <tr>
396 schoenebeck 1276 <td class="decorated">
397 iliev 1768 <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
398     <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
399 schoenebeck 1589 </a>
400     </td>
401 schoenebeck 1594 <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
402 iliev 1148 </tr>
403 capela 629 </tbody>
404     </table>
405 schoenebeck 1589 <br>
406 schoenebeck 734
407 schoenebeck 1589 <h2>Source Packages</h2>
408     <p class="default">
409     Source code packages of the latest official releases:
410     </p>
411 schoenebeck 1276 <table class="decorated">
412     <thead>
413     <tr>
414     <td class="decorated_header">File Name</td>
415     <td class="decorated_header">Description</td>
416     </tr>
417     </thead>
418 schoenebeck 734 <tbody>
419     <tr>
420 schoenebeck 1591 <td class="decorated">
421     <a name="libgig"></a>
422     <a
423 schoenebeck 1972 href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">
424     libgig-3.3.0.tar.bz2 </a> </td>
425 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> Gigasampler file access library (C++) </td>
426 schoenebeck 734 </tr>
427     <tr>
428 schoenebeck 1591 <td class="decorated">
429     <a name="liblscp"></a>
430     <a
431 schoenebeck 1972 href="http://download.linuxsampler.org/packages/liblscp-0.5.6.tar.gz">
432     liblscp-0.5.6.tar.gz </a> </td>
433 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> LinuxSampler Control Protocol (LSCP) wrapper library </td>
434 schoenebeck 734 </tr>
435     <tr>
436 schoenebeck 1591 <td class="decorated">
437     <a name="linuxsampler"></a>
438     <a
439 schoenebeck 1972 href="http://download.linuxsampler.org/packages/linuxsampler-1.0.0.tar.bz2">
440     linuxsampler-1.0.0.tar.bz2 </a> </td>
441 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> sampler engine / backend </td>
442 schoenebeck 734 </tr>
443     <tr>
444 schoenebeck 1591 <td class="decorated">
445     <a name="qsampler"></a>
446     <a
447 schoenebeck 1972 href="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz">
448     qsampler-0.2.2.tar.gz </a> </td>
449 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> graphical frontend to LinuxSampler </td>
450 schoenebeck 734 </tr>
451     <tr>
452 schoenebeck 1591 <td class="decorated">
453     <a name="jlscp"></a>
454     <a
455 iliev 1981 href="http://downloads.sourceforge.net/jlscp/jlscp-0.8.tar.bz2">
456     jlscp-0.8.tar.bz2 </a> </td>
457 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> a java LinuxSampler control protocol API </td>
458 schoenebeck 734 </tr>
459 iliev 789 <tr>
460 schoenebeck 1591 <td class="decorated">
461     <a name="jsampler"></a>
462     <a
463 iliev 1981 href="http://downloads.sourceforge.net/jsampler/JSampler-0.9.tar.bz2">
464     JSampler-0.9.tar.bz2 </a> </td>
465 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> a java frontend to LinuxSampler </td>
466 iliev 789 </tr>
467 persson 1125 <tr>
468 schoenebeck 1276 <td class="decorated">
469 schoenebeck 1246 <a name="gigedit"></a>
470     <a
471 schoenebeck 1972 href="http://download.linuxsampler.org/packages/gigedit-0.2.0.tar.gz">
472     gigedit-0.2.0.tar.gz </a> </td>
473 schoenebeck 2084 <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> an instrument editor for gig files </td>
474 schoenebeck 734 </tbody>
475     </table>
476 schoenebeck 1589 <br>
477 schoenebeck 734
478 persson 2178 <a name="svn"></a><h2>Subversion</h2>
479     <p class="default"> This project's Subversion repository can be checked
480     out through anonymous Subversion with the following instruction set.
481 iliev 2017 There are currently seven subprojects in the LinuxSampler project, pick
482 capela 629 the line of the respective subproject you want to checkout from below: </p>
483 schoenebeck 1276
484 persson 2178 <pre class="code">svn co https://svn.linuxsampler.org/svn/libgig/trunk libgig
485     svn co https://svn.linuxsampler.org/svn/liblscp/trunk liblscp
486     svn co https://svn.linuxsampler.org/svn/linuxsampler/trunk linuxsampler
487     svn co https://svn.linuxsampler.org/svn/qsampler/trunk qsampler
488     svn co https://svn.linuxsampler.org/svn/jlscp/trunk jlscp
489     svn co https://svn.linuxsampler.org/svn/jsampler/trunk jsampler
490     svn co https://svn.linuxsampler.org/svn/gigedit/trunk gigedit</pre>
491 schoenebeck 1276
492 persson 2178 <p class="default"> You don't need to checkout the sources again
493     later on, just for keeping track to the latest development
494     version. For updating to the latest Subversion version you can
495     simply run the following command at any time from the checked
496     out source directory:</p>
497 schoenebeck 1276
498 persson 2178 <pre class="code">svn update</pre>
499 schoenebeck 1276
500 persson 2178 <p class="default"> You can
501     also <a href="http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/">browse
502     the Subversion repository</a>. </p>
503 schoenebeck 1131 <h2>Bootsplash theme</h2>
504     <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>
505 capela 629 <table class="default">
506     <tbody>
507     <tr>
508     <td> <a
509 schoenebeck 1131 href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
510     <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
511     alt="Screenshot 1"> </a> </td>
512 capela 629 <td> --&gt; </td>
513     <td> <a
514 schoenebeck 1131 href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
515 capela 629 </tr>
516 schoenebeck 1131 <tr>
517     <td> <a
518     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
519     <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
520     alt="Screenshot 2"> </a> </td>
521     <td> --&gt; </td>
522     <td> <a
523     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top') </a> </td>
524     </tr>
525 capela 629 </tbody>
526     </table>
527 schoenebeck 1276 <p class="default"> <a
528 schoenebeck 1131 href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
529 capela 629 <br>
530     </div>
531     </td>
532     </tr>
533     </tbody>
534     </table>
535     </div>
536 senoner 542 </body>
537     </html>

  ViewVC Help
Powered by ViewVC