/[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 1675 - (hide annotations) (download) (as text)
Fri Feb 8 14:21:33 2008 UTC (16 years, 2 months ago) by schoenebeck
File MIME type: text/html
File size: 23039 byte(s)
* added "support" page

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

  ViewVC Help
Powered by ViewVC