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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1566 - (show annotations) (download) (as text)
Thu Dec 6 19:25:36 2007 UTC (16 years, 3 months ago) by persson
File MIME type: text/html
File size: 18962 byte(s)
* new release of gigedit (0.1.1)

1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="index.css">
5 <title>The Linux Sampler Project</title>
6 <meta http-equiv="content-type"
7 content="text/html; charset=ISO-8859-1">
8 <script language="javascript" type="text/javascript">
9 <!--
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 developersover = new Image();
51 developersover.src = dir + "mdevelopershover.png";
52
53 developersout = new Image();
54 developersout.src = dir + "mdevelopers.png";
55
56 instrumentsover = new Image();
57 instrumentsover.src = dir + "minstrumentshover.png";
58
59 instrumentsout = new Image();
60 instrumentsout.src = dir + "minstruments.png";
61
62 linksover = new Image();
63 linksover.src = dir + "mlinkshover.png";
64
65 linksout = new Image();
66 linksout.src = dir + "mlinks.png";
67
68 documentationover = new Image();
69 documentationover.src = dir + "mdocumentationhover.png";
70
71 documentationout = new Image();
72 documentationout.src = dir + "mdocumentation.png";
73
74 creditsover = new Image();
75 creditsover.src = dir + "mcreditshover.png";
76
77 creditsout = new Image();
78 creditsout.src = dir + "mcredits.png";
79
80 faqover = new Image();
81 faqover.src = dir + "mfaqhover.png";
82
83 faqout = new Image();
84 faqout.src = dir + "mfaq.png";
85
86 bugsover = new Image();
87 bugsover.src = dir + "mbugshover.png";
88
89 bugsout = new Image();
90 bugsout.src = dir + "mbugs.png";
91 }
92 -->
93 </script>
94 </head>
95 <body>
96 <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg"
97 alt="LinuxSampler">
98 <h1><span class="hidden">The LinuxSampler Project</span></h1>
99 <table border="0" cellpadding="0" cellspacing="0">
100 <tbody>
101 <tr>
102 <th colspan="2" align="left"> <img name="h1blank"
103 src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th>
104 </tr>
105 <tr>
106 <td valign="top"> <a id="news" href="index.php"
107 onmouseover="javascript:if(document.images)document.news.src = newsover.src"
108 onmouseout="javascript:if(document.images)document.news.src = newsout.src"><img
109 name="news" src="gfx/mnews.png" alt="news"></a> <a id="about"
110 href="about.html"
111 onmouseover="javascript:if(document.images)document.about.src = aboutover.src"
112 onmouseout="javascript:if(document.images)document.about.src = aboutout.src"><img
113 name="about" src="gfx/mabout.png" alt="about"></a> <a id="features"
114 href="features.html"
115 onmouseover="javascript:if(document.images)document.features.src = featuresover.src"
116 onmouseout="javascript:if(document.images)document.features.src = featuresout.src"><img
117 name="features" src="gfx/mfeatures.png" alt="features"></a> <a
118 id="screenshots" href="screenshots.html"
119 onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src"
120 onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img
121 name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a> <a
122 id="demos" href="demos.html"
123 onmouseover="javascript:if(document.images)document.demos.src = demosover.src"
124 onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img
125 name="demos" src="gfx/mdemos.png" alt="demos"></a> <a id="downloads"
126 href="downloads.html"
127 onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
128 onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
129 name="downloads" src="gfx/mdownloads.png" alt="download"></a> <a
130 id="developers" href="developers.html"
131 onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
132 onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img
133 name="developers" src="gfx/mdevelopers.png" alt="developers"></a> <a
134 id="faq" href="faq.html"
135 onmouseover="javascript:if(document.images)document.faq.src = faqover.src"
136 onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img
137 name="faq" src="gfx/mfaq.png" alt="faq"></a> <a id="documentation"
138 href="documentation.html"
139 onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src"
140 onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img
141 name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>
142 <a id="bugs" href="http://bugs.linuxsampler.org"
143 onmouseover="javascript:if(document.images)document.bugs.src = bugsover.src"
144 onmouseout="javascript:if(document.images)document.bugs.src = bugsout.src"><img
145 name="bugs" src="gfx/mbugs.png" alt="bugs"></a> <a id="instruments"
146 href="instruments.html"
147 onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src"
148 onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img
149 name="instruments" src="gfx/minstruments.png" alt="instruments"></a> <a
150 id="links" href="links.html"
151 onmouseover="javascript:if(document.images)document.links.src = linksover.src"
152 onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img
153 name="links" src="gfx/mlinks.png" alt="links"></a> <a id="credits"
154 href="credits.html"
155 onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"
156 onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
157 name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>
158 <td valign="top" width="100%">
159 <div id="contents">
160
161 <h2>Licenses</h2>
162 <p class="default">
163 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(mm) 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
212 <a name="exception"></a>
213 <p class="caution">
214 [*] LinuxSampler is licensed under the GNU GPL license with the exception that
215 <b>USAGE</b> of the souce code, libraries and applications
216 <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
217 without prior written permission by the LinuxSampler authors.
218 If you have questions on the subject, that are not yet covered by the
219 <a href="faq.html#commercial_products">FAQ</a>,
220 please <a href="developers.html">contact us</a>.
221 </p>
222
223 <h2>Dependencies</h2>
224 <p class="default"> The following figure illustrates the compile
225 time / linker dependencies.</p>
226 <div style="line-height: 1.2em;">
227 <pre class="figure"> <strong>gigedit</strong>
228 |
229 (mandatory)
230 |
231 V
232 <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong> <strong>JSampler</strong>
233 | A |
234 | | |
235 (mandatory) (mandatory) (mandatory)
236 | | |
237 V | V
238 <strong>liblscp</strong> <strong>LinuxSampler</strong> <strong>jlscp</strong></pre>
239 </div>
240 <p class="default"> Or again in words: you have to compile and
241 install libgig before being able to compile and use LinuxSampler. You
242 don't need libgig for compiling and using QSampler, but it's definitely
243 recommended. You cannot compile nor use QSampler without liblscp
244 though. As QSampler is communicating with LinuxSampler via TCP, there
245 is no linker dependency between them, but of course you still need to
246 have LinuxSampler installed to be able to use QSampler (either locally
247 or on any other computer in your network). JSampler is also communicating
248 with LinuxSampler via TCP, so there is no linker dependency between them
249 either. JSampler requires jlscp though. You have to compile and install
250 libgig before being able to compile and use gigedit.</p>
251
252 <h2>Source Packages (Stable)</h2>
253 <table class="decorated">
254 <thead>
255 <tr>
256 <td class="decorated_header">File Name</td>
257 <td class="decorated_header">Description</td>
258 </tr>
259 </thead>
260 <tbody>
261 <tr>
262 <td class="decorated">
263 <a name="libgig"></a>
264 <a
265 href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
266 libgig-3.1.1.tar.bz2 </a> </td>
267 <td class="decorated"> Gigasampler file access library (C++) </td>
268 </tr>
269 <tr>
270 <td class="decorated">
271 <a name="liblscp"></a>
272 <a
273 href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">
274 liblscp-0.5.3.tar.gz </a> </td>
275 <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
276 </tr>
277 <tr>
278 <td class="decorated">
279 <a name="linuxsampler"></a>
280 <a
281 href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
282 linuxsampler-0.4.0.tar.bz2 </a> </td>
283 <td class="decorated"> sampler engine / backend </td>
284 </tr>
285 <tr>
286 <td class="decorated">
287 <a name="qsampler"></a>
288 <a
289 href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
290 qsampler-0.1.4.tar.gz </a> </td>
291 <td class="decorated"> graphical frontend to LinuxSampler </td>
292 </tr>
293 <tr>
294 <td class="decorated">
295 <a name="jlscp"></a>
296 <a
297 href="http://downloads.sourceforge.net/jlscp/jlscp-0.5a.tar.bz2">
298 jlscp-0.5a.tar.bz2 </a> </td>
299 <td class="decorated"> a java LinuxSampler control protocol API </td>
300 </tr>
301 <tr>
302 <td class="decorated">
303 <a name="jsampler"></a>
304 <a
305 href="http://downloads.sourceforge.net/jsampler/JSampler-0.6a.tar.bz2">
306 JSampler-0.6a.tar.bz2 </a> </td>
307 <td class="decorated"> a java frontend to LinuxSampler </td>
308 </tr>
309 <tr>
310 </tbody>
311 </table>
312
313 <h2>Source Packages (Testing)</h2>
314 <table class="decorated">
315 <thead>
316 <tr>
317 <td class="decorated_header">File Name</td>
318 <td class="decorated_header">Description</td>
319 </tr>
320 </thead>
321 <tbody>
322 <tr>
323 <td class="decorated"> <a
324 href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">
325 libgig-3.2.1.tar.bz2 </a> </td>
326 <td class="decorated"> Gigasampler file access library (C++) </td>
327 </tr>
328 <tr>
329 <td class="decorated"> <a
330 href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">
331 liblscp-0.5.5.tar.gz </a> </td>
332 <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
333 </tr>
334 <tr>
335 <td class="decorated"> <a
336 href="http://download.linuxsampler.org/packages/linuxsampler-0.5.0.tar.bz2">
337 linuxsampler-0.5.0.tar.bz2 </a> </td>
338 <td class="decorated"> sampler engine / backend </td>
339 </tr>
340 <tr>
341 <td class="decorated"> <a
342 href="http://download.linuxsampler.org/packages/qsampler-0.1.5.tar.gz">
343 qsampler-0.1.5.tar.gz </a> </td>
344 <td class="decorated"> graphical frontend to LinuxSampler </td>
345 </tr>
346 <tr>
347 <td class="decorated"> <a
348 href="http://downloads.sourceforge.net/jlscp/jlscp-0.6a.tar.bz2">
349 jlscp-0.6a.tar.bz2 </a> </td>
350 <td class="decorated"> a java LinuxSampler control protocol API </td>
351 </tr>
352 <tr>
353 <td class="decorated"> <a
354 href="http://downloads.sourceforge.net/jsampler/JSampler-0.7a.tar.bz2">
355 JSampler-0.7a.tar.bz2 </a> </td>
356 <td class="decorated"> a java frontend to LinuxSampler </td>
357 </tr>
358 <tr>
359 <td class="decorated">
360 <a name="gigedit"></a>
361 <a
362 href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz">
363 gigedit-0.1.1.tar.gz </a> </td>
364 <td class="decorated"> an instrument editor for gig files </td>
365 </tr>
366 </tbody>
367 </table>
368
369 <h2>Binary Packages</h2>
370 <p class="default"> There are currently <a
371 href="http://download.linuxsampler.org/packages/debian/">Debian
372 packages</a> and <a
373 href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>
374 for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>
375 and platform-independent Java packages
376 (<a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.7a.jar">Fantasia 0.7a</a>,
377 <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.7a.jar">JS Classic 0.7a</a>).
378 For gigedit and libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>
379 <a name="cvs"></a><h2>CVS</h2>
380 <p class="default"> This project's CVS repository can be checked
381 out through anonymous (pserver) CVS with the following instruction set.
382 When prompted for a password for anonymous, simply press the Enter key.
383 There are currently seven subprojects in the LinuxSampler project, pick
384 the line of the respective subproject you want to checkout from below: </p>
385
386 <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
387 co libgig
388 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
389 co liblscp
390 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
391 co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
392 co qsampler
393 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
394 co jlscp
395 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
396 co jsampler
397 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
398 co gigedit</pre>
399
400 <p class="default"> You don't need to checkout the sources again later on,
401 just for keeping track to the latest development version. For updating to
402 the latest CVS version you can simply run the following command at any
403 time from the checked out source directory:</p>
404
405 <pre class="code">cvs update -d -P</pre>
406
407 <p class="default"> You can also <a
408 href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
409 repository</a>. </p>
410 <h2>Bootsplash theme</h2>
411 <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>
412 <table class="default">
413 <tbody>
414 <tr>
415 <td> <a
416 href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
417 <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
418 alt="Screenshot 1"> </a> </td>
419 <td> --&gt; </td>
420 <td> <a
421 href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
422 </tr>
423 <tr>
424 <td> <a
425 href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
426 <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
427 alt="Screenshot 2"> </a> </td>
428 <td> --&gt; </td>
429 <td> <a
430 href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top') </a> </td>
431 </tr>
432 </tbody>
433 </table>
434 <p class="default"> <a
435 href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
436 <br>
437 </div>
438 </td>
439 </tr>
440 </tbody>
441 </table>
442 </div>
443 </body>
444 </html>

  ViewVC Help
Powered by ViewVC