/[svn]/web/trunk/www.linuxsampler.org/index.php
ViewVC logotype

Contents of /web/trunk/www.linuxsampler.org/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1203 - (show annotations) (download)
Thu May 24 21:19:36 2007 UTC (16 years, 9 months ago) by iliev
File size: 17250 byte(s)
new JSampler release

1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta name="keywords" content="linux, sound, music, audio, software, free, sampler, mac, os x" />
5 <meta name="description" content="LinuxSampler - free, open source pure software audio sampler with professional grade features." />
6 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7 <link rel="stylesheet" type="text/css" href="index.css">
8 <title>The Linux Sampler Project</title>
9
10 <meta http-equiv="content-type"
11 content="text/html; charset=ISO-8859-1">
12
13 <script language="javascript" type="text/javascript">
14 <!--
15 var dir = "gfx/";
16
17 if(document.images) {
18
19 newsover = new Image();
20 newsover.src = dir + "mnewshover.png";
21
22 newsout = new Image();
23 newsout.src = dir + "mnews.png";
24
25 aboutover = new Image();
26 aboutover.src = dir + "mabouthover.png";
27
28 aboutout = new Image();
29 aboutout.src = dir + "mabout.png";
30
31 featuresover = new Image();
32 featuresover.src = dir + "mfeatureshover.png";
33
34 featuresout = new Image();
35 featuresout.src = dir + "mfeatures.png";
36
37 screenshotsover = new Image();
38 screenshotsover.src = dir + "mscreenshotshover.png";
39
40 screenshotsout = new Image();
41 screenshotsout.src = dir + "mscreenshots.png";
42
43 demosover = new Image();
44 demosover.src = dir + "mdemoshover.png";
45
46 demosout = new Image();
47 demosout.src = dir + "mdemos.png";
48
49 downloadsover = new Image();
50 downloadsover.src = dir + "mdownloadshover.png";
51
52 downloadsout = new Image();
53 downloadsout.src = dir + "mdownloads.png";
54
55 developersover = new Image();
56 developersover.src = dir + "mdevelopershover.png";
57
58 developersout = new Image();
59 developersout.src = dir + "mdevelopers.png";
60
61 instrumentsover = new Image();
62 instrumentsover.src = dir + "minstrumentshover.png";
63
64 instrumentsout = new Image();
65 instrumentsout.src = dir + "minstruments.png";
66
67 linksover = new Image();
68 linksover.src = dir + "mlinkshover.png";
69
70 linksout = new Image();
71 linksout.src = dir + "mlinks.png";
72
73 documentationover = new Image();
74 documentationover.src = dir + "mdocumentationhover.png";
75
76 documentationout = new Image();
77 documentationout.src = dir + "mdocumentation.png";
78
79 creditsover = new Image();
80 creditsover.src = dir + "mcreditshover.png";
81
82 creditsout = new Image();
83 creditsout.src = dir + "mcredits.png";
84
85 faqover = new Image();
86 faqover.src = dir + "mfaqhover.png";
87
88 faqout = new Image();
89 faqout.src = dir + "mfaq.png";
90
91 bugsover = new Image();
92 bugsover.src = dir + "mbugshover.png";
93
94 bugsout = new Image();
95 bugsout.src = dir + "mbugs.png";
96 }
97 -->
98 </script>
99
100 </head>
101
102 <body>
103
104 <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">
105
106 <h1><span class="hidden">The LinuxSampler Project</span></h1>
107
108 <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>
109 <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>
110 <tr><td valign=top>
111 <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>
112 <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>
113 <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>
114 <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>
115 <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>
116 <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>
117 <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>
118 <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>
119 <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>
120 <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>
121 <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>
122 <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>
123 <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>
124 </td><td valign=top width="100%">
125 <div id="contents">
126
127 <h2>News</h2>
128
129 <table>
130 <tbody>
131 <tr>
132 <td valign=top>
133 <p class="default">
134 <b>2007-05-24</b> <a href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">JSampler 0.5a</a> has been released, now with instruments database support.<br>
135 <b>2007-05-04</b> <a href="http://qsampler.sourceforge.net">Qsampler</a> 0.1.4 has been released. Almost another year has gone by.<br>
136 <br>
137 <b>2007-04-02</b> JSampler 0.4a has been released. Read the <a href="jsampler/manual/html/jsampler.html">manual</a>
138 for installation instructions.<br>
139 <br>
140 <b>2007-03-24</b> gigedit 0.0.3 has been released, a graphical
141 instrument editor allowing to edit existing Gigasampler format
142 files as well as creating new ones completely from scratch. Along
143 comes a new release of libgig (3.1.1).<br>
144 <br>
145 <b>2006-11-24</b> After a long, long development cycle LinuxSampler 0.4.0 has finally been released.<br>
146 <br>
147 <b>2006-11-24</b> libgig 3.1.0 has been released.<br>
148 <br>
149 <b>2006-08-07</b> <a href="http://prdownloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2?download">JSampler 0.3a</a> has been released.<br>
150 * Partially implemented a new view - Fantasia (graphic desing: Olivier Boyer). Only channel manipulation for now. </br>
151 * More new features in JS Classic - Implemented an LS Console with command autocompletion
152 (using the Tab key), command history (using Up, Down keys),
153 command history search (Ctrl + R), command list search (Ctrl + F), and more. </br>
154 Implemented Orchestras (something like Bookmarks/Favorites
155 for instruments). Drag & Drop support for instrument loading, adding an instrument to orchestra
156 and autocompleting an instrument loading command in the LS Console.</br>
157 <br>
158 <b>2006-06-02</b> <a href="http://qsampler.sourceforge.net">Qsampler</a> 0.1.3 is now available. It's been a long time isn't it?<br>
159 <br>
160 <b>2006-04-28</b> libgig 3.0.0 has been released.<br>
161 <br>
162 <b>2006-03-16</b> <a href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">JS Classic 0.2a</a> has been released.<br>
163 <br>
164 <b>2005-12-22</b> Major services (CVS, downloads, Bug Tracking System) were
165 down in the last days due to a hardware defect on one of our servers. CVS is
166 finally up again and we are working on restoring all other services in the
167 next days as well. We are also establishing further backup facilities to
168 prevent this happening again. Sorry for any inconvenience!<br>
169 <br>
170 <b>2005-11-24</b> Latest <a href="http://cvs.linuxsampler.org">CVS version</a>
171 of <a href="http://stud.fh-heilbronn.de/~cschoene/projects/libgig/">libgig</a>
172 now allows to create and modify Gigasampler files
173 (<a href="http://sourceforge.net/mailarchive/forum.php?thread_id=9051147&forum_id=12792">read announcement</a>).
174 Please let <a href="http://www.linuxsampler.org/developers.html">us</a>
175 know if you are interested in writing an instrument patch editor.<br>
176 <br>
177 <b>2005-10-10</b> <a href="http://prdownloads.sourceforge.net/jsampler/js-classic.jar?download">JS Classic 0.1a</a> has
178 been released (the first distribution of the <a href="https://sourceforge.net/projects/jsampler/">JSampler</a> project).<br>
179 <br>
180 <b>2005-08-16</b> Due to ongoing synthesis optimizations, CVS version of LS might be broken for a while. Please use the tarball release in the meantime.<br>
181 <br>
182 <b>2005-07-15</b> LinuxSampler 0.3.3 has been released. Once again a bug fix release.<br>
183 <br>
184 <b>2005-06-24</b> LinuxSampler 0.3.2 has been released. This is more or less just
185 a bug fix release. Just by coincidence, <a href="http://qsampler.sourceforge.net">QSampler</a>
186 0.1.2 has also been thrown out.<br>
187 <br>
188 <b>2005-06-12</b> <a href="http://qsampler.sourceforge.net">QSampler</a> 0.1.1 has
189 been released, after a few bugfixes and a new logo icon.<br>
190 <br>
191 <b>2005-05-25</b> LinuxSampler 0.3.1, the first official release is finally out!<br>
192 <br>
193 <b>2005-05-23</b> After some time laying around in the backyard,
194 <a href="http://qsampler.sourceforge.net">QSampler</a> 0.1.0 has
195 been released, now with the promised Audio and MIDI device
196 configuration interface. Enjoy!<br>
197 <br>
198 <b>2005-03-15</b> Our bug tracking system is now online and available on
199 <a href="http://bugs.linuxsampler.org">bugs.linuxsampler.org</a>.<br>
200 <br>
201 <b>2005-03-04</b> <a href="http://qsampler.sourceforge.net">QSampler</a>,
202 the Qt GUI front-end in the works for the LinuxSampler engine, was bumped
203 to its now fifth primordial release (0.0.5). Still alpha code. Time to move on...
204 to a better and complete Audio/MIDI device configuration interface, as predicted
205 by LSCP and wrapped by liblscp.<br>
206 <br>
207 <b>2005-02-26</b> Due to a design change, current LinuxSampler CVS version is quite
208 unstable. You might want to use the previous, stable version of LS in the meantime,
209 which can be downloaded as <a href="http://www.linuxsampler.org/downloads.html">source tarball</a>.
210 Alternatively you can also checkout the old version from CVS which was tagged as "v0_2_0".<br>
211 <br>
212 <b>2004-11-19</b> The Qt GUI front-end for the LinuxSampler engine has been updated: the 4th alpha-release of
213 <a href="http://qsampler.sourceforge.net">QSampler</a> has been released.<br>
214 <br>
215 <b>2004-11-13</b> On monday (November, 15th) <a href="http://cvs.linuxsampler.org">cvs.linuxsampler.org</a>
216 may be temporarily down due to maintenance work around 13:00 UTC.<br>
217 <br>
218 <b>2004-07-06</b> The third alpha-release of <a href="http://qsampler.sourceforge.net">QSampler</a>,
219 the Qt GUI front-end for the LinuxSampler engine, is now publicly available.<br>
220 <br>
221 <b>2004-06-05</b> Added a screenshot to the Screenshots page, instructions how to compile the GUI are on the linked qsampler site.<br>
222 <br>
223 <b>2004-05-31</b> On wednesday (June, 2nd) <a href="http://cvs.linuxsampler.org">cvs.linuxsampler.org</a> will
224 be temporarily not available from 6:00 UTC until 16:00 UTC due to construction works.<br>
225 <br>
226 <b>2004-05-24</b> The CVS repository is now <a href="http://cvs.linuxsampler.org">browseable</a>.<br>
227 <br>
228 <b>2004-05-03</b> We are currently in a transition stage due to the recent changes
229 (multi channel / multi engine / multi audio output device and multi MIDI input device
230 support) this also leads to multi problems we have to solve ;-) so meanwhile you
231 can use the old single channel version. We created the two CVS alias tags
232 'singlechannel' and 'v0_1_0' which you can use to checkout the old single channel
233 version of LinuxSampler . The CVS command line is the same except that you have to add
234 '-r singlechannel'.<br>
235 <br>
236 <b>2004-03-26</b> CVS root path has changed! See <a href="downloads.html">downloads</a> section
237 for instructions how to checkout the latest version of LinuxSampler from CVS.<br>
238 <br>
239 <b>2004-03-23</b> Updated <a href="features.html">features</a> section on this site,
240 hopefully we will keep the features list in sync with the latest developments from now on.<br>
241 <br>
242 <b>2004-01-07</b> The document for the network protocol definition is now available in the <a style="text-decoration: none;" href="http://www.linuxsampler.org/downloads.html">downloads</a> section. Have a look at it if you can imagine to write a frontend for LinuxSampler!<br>
243 <br>
244 <b>2003-11-08</b> Added CVS log to this site, showing the latest commits to the LinuxSampler CVS repository.<br>
245 <br>
246 <b>2003-11-02</b> Lots of news for the Linuxsampler community. We've got a new site, new domain and new code available in CVS. Check the <a style="text-decoration: none;" href="http://www.linuxsampler.org/downloads.html">downloads</a> section for instructions. If you want to check it out, please keep in mind that it might contain bugs, it might crash and that it's still lacking tons of features. CVS is directed towards developers who would like to test things and add code. Users should wait for a tarball release.
247 <br>
248 </p>
249 </td>
250 <td valign="top">
251
252
253 <table>
254 <thead>
255 <tr>
256 <th scope=col>Latest Commits LinuxSampler (Engine)</th>
257 </tr>
258 </thead>
259 <tbody>
260 <tr>
261 <td>
262 <span class="default">
263 <?php include("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>
264 </span>
265 </td>
266 </tr>
267 <tr>
268 <td><a href="http://www.linuxsampler.org/linuxsampler_cvshistory.php">More... (LinuxSampler CVS History)</a></td>
269 </tr>
270 </tbody>
271 </table>
272
273 <br>
274
275 <table>
276 <thead>
277 <tr>
278 <th scope=col>Latest Commits QSampler (GUI)</th>
279 </tr>
280 </thead>
281 <tbody>
282 <tr>
283 <td>
284 <span class="default">
285 <?php include("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
286 </span>
287 </td>
288 </tr>
289 <tr>
290 <td><a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More... (QSampler CVS History)</a></td>
291 </tr>
292 </tbody>
293 </table>
294
295 <br>
296
297
298 </td>
299 </tr>
300 </tbody>
301 </table>
302
303
304 </div>
305 </td></tr></table>
306
307 </div>
308 <CENTER>
309 Last Sync: <?php readfile("date.txt"); ?>
310 </CENTER>
311
312
313
314 </body>
315 </html>

  ViewVC Help
Powered by ViewVC