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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1669 - (hide annotations) (download) (as text)
Tue Feb 5 15:54:42 2008 UTC (16 years, 2 months ago) by schoenebeck
File MIME type: text/html
File size: 22628 byte(s)
* updated features site a bit

1 senoner 542 <!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    
7     <meta http-equiv="content-type"
8     content="text/html; charset=ISO-8859-1">
9    
10     <script language="javascript" type="text/javascript">
11     <!--
12     var dir = "gfx/";
13    
14     if(document.images) {
15    
16     newsover = new Image();
17     newsover.src = dir + "mnewshover.png";
18    
19     newsout = new Image();
20     newsout.src = dir + "mnews.png";
21    
22     aboutover = new Image();
23     aboutover.src = dir + "mabouthover.png";
24    
25     aboutout = new Image();
26     aboutout.src = dir + "mabout.png";
27    
28     featuresover = new Image();
29     featuresover.src = dir + "mfeatureshover.png";
30    
31     featuresout = new Image();
32     featuresout.src = dir + "mfeatures.png";
33    
34     screenshotsover = new Image();
35     screenshotsover.src = dir + "mscreenshotshover.png";
36    
37     screenshotsout = new Image();
38     screenshotsout.src = dir + "mscreenshots.png";
39    
40     demosover = new Image();
41     demosover.src = dir + "mdemoshover.png";
42    
43     demosout = new Image();
44     demosout.src = dir + "mdemos.png";
45    
46     downloadsover = new Image();
47     downloadsover.src = dir + "mdownloadshover.png";
48    
49     downloadsout = new Image();
50     downloadsout.src = dir + "mdownloads.png";
51    
52     developersover = new Image();
53     developersover.src = dir + "mdevelopershover.png";
54    
55     developersout = new Image();
56     developersout.src = dir + "mdevelopers.png";
57    
58     instrumentsover = new Image();
59     instrumentsover.src = dir + "minstrumentshover.png";
60    
61     instrumentsout = new Image();
62     instrumentsout.src = dir + "minstruments.png";
63    
64     linksover = new Image();
65     linksover.src = dir + "mlinkshover.png";
66    
67     linksout = new Image();
68     linksout.src = dir + "mlinks.png";
69    
70     documentationover = new Image();
71     documentationover.src = dir + "mdocumentationhover.png";
72    
73     documentationout = new Image();
74     documentationout.src = dir + "mdocumentation.png";
75    
76     creditsover = new Image();
77     creditsover.src = dir + "mcreditshover.png";
78    
79     creditsout = new Image();
80     creditsout.src = dir + "mcredits.png";
81    
82     faqover = new Image();
83     faqover.src = dir + "mfaqhover.png";
84    
85     faqout = new Image();
86     faqout.src = dir + "mfaq.png";
87    
88     bugsover = new Image();
89     bugsover.src = dir + "mbugshover.png";
90    
91 schoenebeck 893 bugsout = new Image();
92 senoner 542 bugsout.src = dir + "mbugs.png";
93     }
94     -->
95     </script>
96    
97     </head>
98    
99     <body>
100    
101     <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">
102    
103     <h1><span class="hidden">The LinuxSampler Project</span></h1>
104    
105     <table border=0 cellspacing=0 cellpadding=0><tr><th colspan=2 align=left>
106     <img name="h1blank" src="gfx/h1blank.png" alt="blank"><span class="hidden">about</span></th></tr>
107     <tr><td valign=top>
108     <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>
109     <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>
110     <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>
111     <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>
112     <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>
113     <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>
114     <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>
115     <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>
116     <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>
117     <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>
118     <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>
119     <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>
120     <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>
121     </td><td valign=top width="100%">
122     <div id="contents">
123    
124 schoenebeck 610 <h2>LS Development Roadmap</h2>
125     <p class="default">
126     The following list shows the planned work to be done until the next
127 schoenebeck 611 release of LinuxSampler. There will be no new release before all of them
128 schoenebeck 610 are completed.
129     </p>
130 senoner 542
131 schoenebeck 610 <ol class="default">
132 schoenebeck 939 <li class="false">nothing scheduled yet</li>
133 schoenebeck 610 </ol>
134    
135     <table class="default">
136     <tr>
137     <td class="default"><img src="gfx/okay_green.png" alt="Done" width="13" height="13" border="1"> Done </td>
138     <td class="default"><img src="gfx/yellow_light.png" alt="Partly implemented" width="13" height="13" border="1"> Partly implemented </td>
139     <td class="default"><img src="gfx/x.png" alt="Not started yet" width="13" height="13" border="1"> No work started yet </td>
140     </tr>
141     </table>
142    
143     <h2>Features</h2>
144 senoner 542 <p class="default">
145     The following list shows which features have already been implemented in
146     current CVS version of LinuxSampler and what is planned to be done in
147     (hopefully) near future. If you are missing something that is not already
148     listed below, you can write a proposol to the
149     <a href="http://lists.sourceforge.net/lists/listinfo/linuxsampler-devel">
150     developers mailing list
151 schoenebeck 1576 </a>, open an "enhancement" request on our
152     <a href="http://bugs.linuxsampler.org">bug tracking system</a>
153     or even better send us your patch if you have done something. Even
154 senoner 542 if features are listed to be planned below, it can be that it takes a
155     while until somebody finds the time to implement it. So if you have the
156     time and will to finish one of them, let us know!
157     </p>
158    
159 schoenebeck 585 <ol class="default">
160 senoner 542 <li class="partly"> Operating Systems
161     <ol>
162     <li class="ok">Linux</li>
163 schoenebeck 1621 <li class="partly">Mac <a href="http://www.apple.com/macosx/">OS X</a> (gigedit and JSampler are not yet available for OS X and thus not included with the installer yet)</li>
164 schoenebeck 1576 <li class="partly">Windows</a> (we provide a convenient Windows installer for all components of the project, only the <a href="#instruments_db">instruments DB feature</a> is not yet supported on Windows)</li>
165 senoner 542 </ol>
166     </li>
167     <li class="partly"> Sampler Engines
168     <ol>
169     <li class="partly"> Gigasampler Engine
170     <ol>
171 schoenebeck 848 <li class="ok">Gig file loader
172     <ol>
173     <li class="ok">Gig v2 format</li>
174     <li class="partly">Gig v3 format
175     <ol>
176     <li class="partly">large file support (64 bit file offsets are currently truncated to 32 bit)</li>
177 schoenebeck 904 <li class="ok">24 bit samples (uncompressed as well as compressed)</li>
178 schoenebeck 848 <li class="ok">support for multi-file format (.gig, .gx01, .gx02, ...)</li>
179 schoenebeck 904 <li class="partly">support for articulation (.art) files</li>
180 schoenebeck 848 <li class="ok">support for Dimension Splits not equal to two</li>
181     <li class="ok">up to 8 Dimensions or 256 Dimension Regions</li>
182 schoenebeck 1669 <li class="partly">MIDI rules</li>
183     <li class="false">convolution</li>
184 schoenebeck 848 </ol>
185     </li>
186     </ol>
187     </li>
188 schoenebeck 1498 <li class="ok">Generic playback (RAM playback & disk streaming)</li>
189 schoenebeck 848 <li class="ok">Dimension switching
190     <ol>
191     <li class="ok">Sample Channel</li>
192     <li class="ok">Layer</li>
193     <li class="ok">Velocity</li>
194     <li class="ok">Channel Aftertouch</li>
195     <li class="ok">Release Trigger</li>
196     <li class="ok">Keyboard Position</li>
197     <li class="ok">Round Robin</li>
198     <li class="ok">Random</li>
199     <li class="ok">Modulation Wheel</li>
200     <li class="ok">Breath Ctrl.</li>
201     <li class="ok">Foot Ctrl.</li>
202     <li class="ok">Portamento Time Ctrl.</li>
203     <li class="ok">Effect 1 &#038; 2 Ctrl.</li>
204     <li class="ok">Effect 1 - 5 Depth Ctrl.</li>
205     <li class="ok">General Purpose Ctrl. 1 - 8</li>
206     <li class="ok">Sustain Pedal</li>
207     <li class="ok">Portamento</li>
208     <li class="ok">Sostenuto Pedal</li>
209     <li class="ok">Soft Pedal</li>
210     </ol>
211     </li>
212     <li class="ok">Sustain pedal interpretation</li>
213     <li class="ok">Sostenuto pedal interpretation</li>
214 senoner 542 <li class="ok">Key velocity &#060;-&#062; volume mapping</li>
215 schoenebeck 1498 <li class="ok">Looping
216     <ol>
217     <li class="ok">endless loop</li>
218     <li class="ok">limited amount of loops</li>
219     <li class="ok">fractional looping</li>
220     </ol>
221     </li>
222 senoner 542 <li class="ok">Pitchbend wheel support</li>
223 schoenebeck 1498 <li class="ok">Bidirectional voice state transition, allowing
224     to cancel the relase stage of voices forth and back arbitrary
225     times if needed</li>
226 schoenebeck 878 <li class="ok">Filter (VCF)
227 senoner 542 <ol>
228     <li class="ok">Highpass</li>
229     <li class="ok">Bandpass</li>
230 schoenebeck 878 <li class="ok">Bandreject</li>
231 senoner 542 <li class="ok">Lowpass</li>
232 schoenebeck 878 <li class="ok">Turbo lowpass</li>
233 schoenebeck 1498 <li class="ok">all filter types provide extremely
234     accurate characteristics compared to the original
235     Gigasampler format filters</li>
236 senoner 542 <li class="ok">Cutoff frequency controllable by MIDI controller</li>
237     <li class="ok">Resonance controllable by MIDI controller</li>
238     </ol>
239     </li>
240     <li class="ok">VCA Envelope Generator (Volume)</li>
241     <li class="ok">VCF Envelope Generator (Filter)</li>
242     <li class="ok">VCO Envelope Generator (Pitch)</li>
243     <li class="ok">VCA Low Frequency Oscillator (Volume)</li>
244     <li class="ok">VCF Low Frequency Oscillator (Filter Cutoff)</li>
245     <li class="ok">VCO Low Frequency Oscillator (Pitch)</li>
246     <li class="ok">Layers</li>
247     <li class="ok">Crossfades</li>
248 schoenebeck 1498 <li class="ok">Key Groups (a.k.a Exclusive Groups),
249     for mutually switching off sounds i.e. for drumkits</li>
250     <li class="ok">Release Triggered Voices, specific samples
251     that are played back when voices are released</li>
252     <li class="ok">Key Switching, which allows to map a certain
253     range on thy keyboard as additional performance controller,
254     i.e. for switching articulations of orchestral sounds in realtime</li>
255 senoner 542 <li class="ok">Voice Stealing</li>
256 schoenebeck 848 <li class="ok">Portamento Mode and Solo Mode (a.k.a 'Mono Mode',
257     can be altered via standard GM messages, that is CC5 for
258     altering portamento time, CC65 for enabling / disabling
259     portamento mode, CC126 for enabling solo mode and CC127 for
260     disabling solo mode)</li>
261 schoenebeck 901 <li class="ok">Scale Tuning (via standard MIDI GS SysEx message)</li>
262 senoner 542 </ol>
263     </li>
264     <li style="partly"><a href="http://www.midi.org/about-midi/dls/abtdls.shtml">DLS</a> Engine
265     <ol>
266     <li class="ok">DLS file loader (DLS version <a href="http://www.midi.org/about-midi/dls/dls1v11b.pdf">1</a> &#038; <a href="http://www.midi.org/about-midi/dls/dls2spec.shtml">2</a>)</li>
267     <li class="false">Generic playback</li>
268     </ol>
269     </li>
270     <li class="partly">Akai Engine</li>
271     <ol>
272 schoenebeck 853 <li class="ok"><a href="http://stud.fh-heilbronn.de/~cschoene/projects/libakai/">Akai file loader</a> (<a href="http://www.vintagesynth.com/akai/s1000.shtml">S1000</a>, <a href="http://www.vintagesynth.com/akai/s3000.shtml">S3000</a> series)</li>
273 senoner 542 <li class="false">Generic playback</li>
274     </ol>
275     <li class="false">Custom, modular Engine</li>
276     </ol>
277     </li>
278     <li class="partly">Control interfaces
279     <ol>
280 schoenebeck 893 <li class="ok">Native C++ <a href="http://en.wikipedia.org/wiki/Application_programming_interface">API</a></li>
281 schoenebeck 553 <li class="ok">Custom network interface for frontends (<a name="LSCP" href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">LSCP</a>)
282 senoner 542 </li>
283 schoenebeck 553 <li class="false"><a name="OSC" href="http://www.cnmat.berkeley.edu/OpenSoundControl/">OSC</a>
284     </li>
285 senoner 542 </ol>
286     </li>
287 schoenebeck 553 <li class="partly">MIDI input drivers
288     <ol>
289 schoenebeck 1576 <li class="ok"><a href="http://www.alsa-project.org/">ALSA</a> (Linux)</li>
290 schoenebeck 1669 <li class="ok"><a href="http://jackit.sourceforge.net/">JACK</a> (Linux, OSX, Windows, ...)</li>
291 schoenebeck 553 <li class="false"><a href="http://www.steinberg.net/en/support/3rdparty/">VSTi</a></li>
292     <li class="false">MIDI over ethernet (<a href="http://standards.ieee.org/announcements/p1639app.html">Distributed MIDI</a>)</li>
293     <li class="ok"><a href="http://developer.apple.com/audio/pdf/coreaudio.pdf">CoreMIDI</a> (Mac <a href="http://www.apple.com/macosx/">OS X</a>)</li>
294 schoenebeck 611 <li class="ok"><a href="http://midishare.sourceforge.net/">MidiShare</a> (Linux, OS X, Windows)</li>
295 schoenebeck 1576 <li class="ok"><a href="http://en.wikipedia.org/wiki/MultiMedia_Extensions">MME</a> (Windows)</li>
296 schoenebeck 553 </ol>
297     </li>
298     <li class="partly">Audio output drivers
299 senoner 542 <ol>
300 schoenebeck 1576 <li class="ok"><a href="http://www.alsa-project.org/">ALSA</a> (Linux)</li>
301     <li class="ok"><a href="http://jackit.sourceforge.net/">JACK</a> (Linux, OSX, Windows, ...)</li>
302 schoenebeck 850 <li class="ok"><a href="http://www.arts-project.org/">aRts</a> (not RT safe!)</li>
303 schoenebeck 1576 <li class="ok"><a href="http://en.wikipedia.org/wiki/Audio_stream_input_output">ASIO</a> (Windows)</li>
304 senoner 542 <li class="false"><a href="http://www.steinberg.net/en/support/3rdparty/">VSTi</a></li>
305     <li class="false">Audio over ethernet</li>
306 schoenebeck 553 <li class="false"><a href="http://developer.apple.com/audio/pdf/coreaudio.pdf">CoreAudio</a> (Mac <a href="http://www.apple.com/macosx/">OS X</a>)</li>
307 senoner 542 </ol>
308     </li>
309     <li class="ok">Time stamp event system &#038; jitter correction</li>
310     <li class="ok">Multi channel &#038; multi engine support</li>
311     <li class="partly">Pitch shifter / Interpolation
312     <ol>
313     <li class="ok">Linear interpolation</li>
314     <li class="ok">Cubic interpolation</li>
315     <li class="false">Formant frequency correction / formant manipulation</li>
316     </ol>
317     </li>
318     <li class="false">Dynamic engine recompilation</li>
319     <li class="false">Extensive SMP (multi processor) support</li>
320     <li class="false">Network cluster support</li>
321 schoenebeck 1498 <li class="ok">MIDI instrument mapper, allows to create very flexible MIDI progam change setups in a very easy way.
322     <ol>
323     <li class="ok">MIDI program change</li>
324     <li class="ok">MIDI bank select (automatic detection of MSB only, LSB only or full MSB+LSB)</li>
325     <li class="ok">Load Strategy for each Item individually
326     <ol>
327     <li class="ok">On-Demand: loads the instrument only when needed, frees it immediately once not used by any sampler channel anymore</li>
328     <li class="ok">On-Demand-Hold: loads the instrument when needed and keeps it in memory, that is even if not used by a sampler channel</li>
329     <li class="ok">Persistent: loads the instrument immediately in the background (i.e. at sampler startup), allowing immediate program changes in realtime even of largest instruments, without wait time</li>
330     <li class="ok">Default: let the sampler decide</li>
331     </ol>
332     </li>
333     <li class="ok">Volume Factor for each Item, allowing to compensate the volume difference of sample library collections i.e. for live performances, without having to edit the instrument files</li>
334     <li class="ok">Mapping of arbitrary Instrument Files, already independent of the underlying format in respect for future sampler engines</li>
335     <li class="ok">arbitrary amount of independent MIDI instrumet maps, (i.e. for chromatic instruments, drumkits, ...), each sampler channel can be assigned to a specific MIDI map</li>
336     </ol>
337     </li>
338     <li class="ok">Effect Sends
339     <ol>
340     <li class="ok">Arbitrary Amount of FX Sends on Sampler Channels</li>
341     <li class="ok">Realtime MIDI Control of Send Level</li>
342     <li class="ok">Arbitrary MIDI Controller assignable</li>
343     <li class="ok">Flexible Routing i.e. to a dedicated effect audio output</li>
344     </ol>
345     </li>
346 schoenebeck 1576 <a name="instruments_db"></a>
347 schoenebeck 1498 <li class="ok">Instrument Database System, allowing to keep track of even the largest sample library collections
348     <ol>
349     <li class="ok">Ordering in Categories</li>
350     <li class="ok">Search by various Criteria</li>
351     <li class="ok">Transparently maintained on backend side</li>
352     </ol>
353     </li>
354 senoner 542 <li class="partly">(Graphical) frontends
355     <ol>
356 schoenebeck 1532 <li class="partly"><a href="http://qsampler.sourceforge.net">QSampler</a> (C++ based frontend using Qt)
357     <ol>
358     <li class="ok">Supports all features of LinuxSampler except the following ...</li>
359 schoenebeck 1669 <li class="ok"><a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#CREATE FX_SEND">
360     Effect Sends</a>
361 schoenebeck 1532 </li>
362     <li class="partly"><a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#MIDI Instrument Mapping">MIDI Instrument Maps</a>
363     (qsampler does currently not yet support to create more than two MIDI instrument maps [one intended for chromatic instruments and one for drumkits])
364     </li>
365     <li class="false"><a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#Managing Instruments Database">Instruments DB support</a> (to ease handling of huge sample library collections)</li>
366     <li class="false"><a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#events">Sampler events</a> (to let qsampler react on certain events occuring on sampler side)</li>
367     <li class="partly">Audio and MIDI device management (only minor thing that qsampler lacks support yet are <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#GET MIDI_INPUT_DRIVER_PARAMETER INFO">"multiplicity"</a> type device parameters, that is parameters which don't just accept one value, but also a list of values, i.e. for the "ALSA_SEQ_BINDINGS" parameter of the ALSA MIDI driver)</li>
368     </ol>
369     </li>
370     <li class="ok"><a href="http://sourceforge.net/projects/jsampler">JSampler</a> (Java based frontend)
371     <ol>
372     <li class="ok">Supports all currently available features of LinuxSampler</li>
373     </ol>
374     </li>
375     <li class="false">VSTi frontend</li>
376 senoner 542 </ol>
377     </li>
378 schoenebeck 1498 <li class="ok">Playing while Loading, i.e. allowing to play and hold notes on the keyboard
379     while loading a new instrument on the same sampler channel at the same time</li>
380     <li class="ok">Instrument Editor Plugin System for 3rd Party Instrument Editors</li>
381     <li class="ok">Instrument Editors
382     <ol>
383 schoenebeck 1532 <li class="ok"><a href="http://download.linuxsampler.org/doc/gigedit/quickstart/gigedit_quickstart.html">gigedit</a> (C++ based using gtkmm/Gtk+)
384 schoenebeck 1498 <ol>
385     <li class="ok">allows to modify all aspects of Gigsampler v2 and v3 format files</li>
386     <li class="ok">allows to modify existing as well as creating completely new .gig files from scratch</li>
387     <li class="ok">stand-alone mode (independent of LinuxSampler)</li>
388     <li class="ok">live-mode (attached with LinuxSampler), which makes all modifications audible in the sampler in realtime without having to reload</li>
389     <li class="ok">created / modified files are accepted by LinuxSampler as well as by Gigastudio 3</li>
390 schoenebeck 1669 <li class="ok">virtual MIDI keyboard (for triggering notes by mouse click and highlighting the virtual keys on external note events)</li>
391 schoenebeck 1498 </ol>
392     </li>
393     </ol>
394     </li>
395 senoner 542 </ol>
396    
397     <hr>
398    
399     <p>
400     <TABLE class="formatmatrix">
401     <TR>
402     <TD><IMG src="gfx/okay_green.png" alt="Done" width="13" height="13" border="1"> Done</TD>
403     <TD><IMG src="gfx/yellow_light.png" alt="Partly implemented" width="13" height="13" border="1"> Partly implemented</TD>
404     <TD><IMG src="gfx/x.png" alt="Planned" width="13" height="13" border="1"> Planned</TD>
405     </TR>
406     </TABLE>
407     </p>
408    
409     <p>
410 schoenebeck 1669 (Last page update on <b>$Date: 2008-02-05 15:54:42 $</b> by $Author: schoenebeck $,
411 schoenebeck 610 also see <a href="http://www.linuxsampler.org">CVS Log</a> for recent changes)
412 senoner 542 </p>
413    
414     </div>
415     </td></tr></table>
416    
417     </div>
418    
419     </body>
420     </html>

  ViewVC Help
Powered by ViewVC