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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 553 by schoenebeck, Wed May 18 17:22:47 2005 UTC revision 904 by schoenebeck, Sun Jul 23 11:54:27 2006 UTC
# Line 88  Line 88 
88                  bugsover = new Image();                  bugsover = new Image();
89                  bugsover.src = dir + "mbugshover.png";                  bugsover.src = dir + "mbugshover.png";
90    
91                  bugsout = new Image();                  bugsout = new Image();&
92                  bugsout.src = dir + "mbugs.png";                  bugsout.src = dir + "mbugs.png";
93          }          }
94          -->          -->
# Line 121  Line 121 
121                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
122                          <div id="contents">                          <div id="contents">
123    
124                          <h2>Features / Development Roadmap</h2>                          <h2>LS Development Roadmap</h2>
125                            <p class="default">
126                            The following list shows the planned work to be done until the next
127                            release of LinuxSampler. There will be no new release before all of them
128                            are completed.
129                            </p>
130    
131                            <ol class="default">
132                                <li class="partly">strong synthesis optimizations</li>
133                                    <li class="false">instrument database system</li>
134                            </ol>
135    
136                            <table class="default">
137                                    <tr>
138                                            <td class="default"><img src="gfx/okay_green.png" alt="Done" width="13" height="13" border="1"> Done </td>
139                                            <td class="default"><img src="gfx/yellow_light.png" alt="Partly implemented" width="13" height="13" border="1"> Partly implemented </td>
140                                            <td class="default"><img src="gfx/x.png" alt="Not started yet" width="13" height="13" border="1"> No work started yet </td>
141                                    </tr>
142                            </table>
143    
144                            <h2>Features</h2>
145                          <p class="default">                          <p class="default">
146                          The following list shows which features have already been implemented in                          The following list shows which features have already been implemented in
147                          current CVS version of LinuxSampler and what is planned to be done in                          current CVS version of LinuxSampler and what is planned to be done in
# Line 136  Line 155 
155                          time and will to finish one of them, let us know!                          time and will to finish one of them, let us know!
156                          </p>                          </p>
157    
158                                  <ol>                                  <ol class="default">
159                                          <li class="partly"> Operating Systems                                          <li class="partly"> Operating Systems
160                                                  <ol>                                                  <ol>
161                                                          <li class="ok">Linux</li>                                                          <li class="ok">Linux</li>
# Line 147  Line 166 
166                                                  <ol>                                                  <ol>
167                                                          <li class="partly"> Gigasampler Engine                                                          <li class="partly"> Gigasampler Engine
168                                                                  <ol>                                                                  <ol>
169                                                                          <li class="ok">Gig file loader</li>                                                                          <li class="ok">Gig file loader
170                                                                                    <ol>
171                                                                                            <li class="ok">Gig v2 format</li>
172                                                                                            <li class="partly">Gig v3 format
173                                                                                                    <ol>
174                                                                                                            <li class="partly">large file support (64 bit file offsets are currently truncated to 32 bit)</li>
175                                                                                                            <li class="ok">24 bit samples (uncompressed as well as compressed)</li>
176                                                                                                            <li class="ok">support for multi-file format (.gig, .gx01, .gx02, ...)</li>
177                                                                                                            <li class="partly">support for articulation (.art) files</li>
178                                                                                                            <li class="ok">support for Dimension Splits not equal to two</li>
179                                                                                                            <li class="ok">up to 8 Dimensions or 256 Dimension Regions</li>
180                                                                                                    </ol>
181                                                                                            </li>
182                                                                                    </ol>
183                                                                            </li>
184                                                                          <li class="ok">Generic playback (RAM & disk streaming)</li>                                                                          <li class="ok">Generic playback (RAM & disk streaming)</li>
185                                                                          <li class="partly">Dimension switching</li>                                                                          <li class="ok">Dimension switching
186                                                                          <li class="ok">Sustain pedal support</li>                                                                                  <ol>
187                                                                                            <li class="ok">Sample Channel</li>
188                                                                                            <li class="ok">Layer</li>
189                                                                                            <li class="ok">Velocity</li>
190                                                                                            <li class="ok">Channel Aftertouch</li>
191                                                                                            <li class="ok">Release Trigger</li>
192                                                                                            <li class="ok">Keyboard Position</li>
193                                                                                            <li class="ok">Round Robin</li>
194                                                                                            <li class="ok">Random</li>
195                                                                                            <li class="ok">Modulation Wheel</li>
196                                                                                            <li class="ok">Breath Ctrl.</li>
197                                                                                            <li class="ok">Foot Ctrl.</li>
198                                                                                            <li class="ok">Portamento Time Ctrl.</li>
199                                                                                            <li class="ok">Effect 1 &#038; 2 Ctrl.</li>
200                                                                                            <li class="ok">Effect 1 - 5 Depth Ctrl.</li>
201                                                                                            <li class="ok">General Purpose Ctrl. 1 - 8</li>
202                                                                                            <li class="ok">Sustain Pedal</li>
203                                                                                            <li class="ok">Portamento</li>
204                                                                                            <li class="ok">Sostenuto Pedal</li>
205                                                                                            <li class="ok">Soft Pedal</li>
206                                                                                    </ol>
207                                                                            </li>
208                                                                            <li class="ok">Sustain pedal interpretation</li>
209                                                                            <li class="ok">Sostenuto pedal interpretation</li>
210                                                                          <li class="ok">Key velocity &#060;-&#062; volume mapping</li>                                                                          <li class="ok">Key velocity &#060;-&#062; volume mapping</li>
211                                                                          <li class="ok">Looping</li>                                                                          <li class="ok">Looping</li>
212                                                                          <li class="ok">Pitchbend wheel support</li>                                                                          <li class="ok">Pitchbend wheel support</li>
213                                                                          <li class="ok">Bidirectional voice state transition</li>                                                                          <li class="ok">Bidirectional voice state transition</li>
214                                                                          <li class="partly">Filter (VCF)                                                                          <li class="ok">Filter (VCF)
215                                                                                  <ol>                                                                                  <ol>
216                                                                                          <li class="ok">Highpass</li>                                                                                          <li class="ok">Highpass</li>
217                                                                                          <li class="ok">Bandpass</li>                                                                                          <li class="ok">Bandpass</li>
218                                                                                          <li class="false">Bandreject</li>                                                                                          <li class="ok">Bandreject</li>
219                                                                                          <li class="ok">Lowpass</li>                                                                                          <li class="ok">Lowpass</li>
220                                                                                          <li class="false">Turbo lowpass</li>                                                                                          <li class="ok">Turbo lowpass</li>
221                                                                                          <li class="ok">Cutoff frequency controllable by MIDI controller</li>                                                                                          <li class="ok">Cutoff frequency controllable by MIDI controller</li>
222                                                                                          <li class="ok">Resonance controllable by MIDI controller</li>                                                                                          <li class="ok">Resonance controllable by MIDI controller</li>
223                                                                                  </ol>                                                                                  </ol>
# Line 178  Line 234 
234                                                                          <li class="ok">Release Triggered Voices</li>                                                                          <li class="ok">Release Triggered Voices</li>
235                                                                          <li class="ok">Key Switching</li>                                                                          <li class="ok">Key Switching</li>
236                                                                          <li class="ok">Voice Stealing</li>                                                                          <li class="ok">Voice Stealing</li>
237                                                                            <li class="ok">Portamento Mode and Solo Mode (a.k.a 'Mono Mode',
238                                                                                    can be altered via standard GM messages, that is CC5 for
239                                                                                    altering portamento time, CC65 for enabling / disabling
240                                                                                    portamento mode, CC126 for enabling solo mode and CC127 for
241                                                                                    disabling solo mode)</li>
242                                                                            <li class="ok">Scale Tuning (via standard MIDI GS SysEx message)</li>
243                                                                  </ol>                                                                  </ol>
244                                                          </li>                                                          </li>
245                                                          <li style="partly"><a href="http://www.midi.org/about-midi/dls/abtdls.shtml">DLS</a> Engine                                                          <li style="partly"><a href="http://www.midi.org/about-midi/dls/abtdls.shtml">DLS</a> Engine
# Line 188  Line 250 
250                                                          </li>                                                          </li>
251                                                          <li class="partly">Akai Engine</li>                                                          <li class="partly">Akai Engine</li>
252                                                                  <ol>                                                                  <ol>
253                                                                          <li class="ok"><a href="http://stud.fh-heilbronn.de/~cschoene/projects/libakai/">Akai file loader</a> (<a href="http://www.vintagesynth.org/akai/s1000.shtml">S1000</a>, <a href="http://www.vintagesynth.org/akai/s3000.shtml">S3000</a> series)</li>                                                                          <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>
254                                                                          <li class="false">Generic playback</li>                                                                          <li class="false">Generic playback</li>
255                                                                  </ol>                                                                  </ol>
256                                                          <li class="false">Custom, modular Engine</li>                                                          <li class="false">Custom, modular Engine</li>
# Line 196  Line 258 
258                                          </li>                                          </li>
259                                          <li class="partly">Control interfaces                                          <li class="partly">Control interfaces
260                                                  <ol>                                                  <ol>
261                                                            <li class="ok">Native C++ <a href="http://en.wikipedia.org/wiki/Application_programming_interface">API</a></li>
262                                                          <li class="ok">Custom network interface for frontends (<a name="LSCP" href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">LSCP</a>)                                                          <li class="ok">Custom network interface for frontends (<a name="LSCP" href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">LSCP</a>)
263                                                          </li>                                                          </li>
264         <li class="false"><a name="OSC" href="http://www.cnmat.berkeley.edu/OpenSoundControl/">OSC</a>         <li class="false"><a name="OSC" href="http://www.cnmat.berkeley.edu/OpenSoundControl/">OSC</a>
# Line 209  Line 271 
271         <li class="false"><a href="http://www.steinberg.net/en/support/3rdparty/">VSTi</a></li>         <li class="false"><a href="http://www.steinberg.net/en/support/3rdparty/">VSTi</a></li>
272         <li class="false">MIDI over ethernet (<a href="http://standards.ieee.org/announcements/p1639app.html">Distributed MIDI</a>)</li>         <li class="false">MIDI over ethernet (<a href="http://standards.ieee.org/announcements/p1639app.html">Distributed MIDI</a>)</li>
273         <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>         <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>
274           <li class="ok"><a href="http://midishare.sourceforge.net/">MidiShare</a> (Linux, OS X, Windows)</li>
275        </ol>        </ol>
276       </li>       </li>
277                                          <li class="partly">Audio output drivers                                          <li class="partly">Audio output drivers
278                                                  <ol>                                                  <ol>
279                                                          <li class="ok"><a href="http://www.alsa-project.org/">ALSA</a></li>                                                          <li class="ok"><a href="http://www.alsa-project.org/">ALSA</a></li>
280                                                          <li class="ok"><a href="http://jackit.sourceforge.net/">JACK</a></li>                                                          <li class="ok"><a href="http://jackit.sourceforge.net/">JACK</a></li>
281                                                            <li class="ok"><a href="http://www.arts-project.org/">aRts</a> (not RT safe!)</li>
282                                                          <li class="false"><a href="http://www.steinberg.net/en/support/3rdparty/">VSTi</a></li>                                                          <li class="false"><a href="http://www.steinberg.net/en/support/3rdparty/">VSTi</a></li>
283                                                          <li class="false">Audio over ethernet</li>                                                          <li class="false">Audio over ethernet</li>
284                                                          <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>                                                          <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>
# Line 235  Line 299 
299                                          <li class="partly">(Graphical) frontends                                          <li class="partly">(Graphical) frontends
300                                                  <ol>                                                  <ol>
301                                                          <li class="ok">Qt based frontend (<a href="http://qsampler.sourceforge.net">QSampler</a>)</li>                                                          <li class="ok">Qt based frontend (<a href="http://qsampler.sourceforge.net">QSampler</a>)</li>
302                                                            <li class="ok">Java based frontend (<a href="http://sourceforge.net/projects/jsampler">JSampler</a>)</li>
303                                                          <li class="false">VSTi frontend (based on the Qt frontend)</li>                                                          <li class="false">VSTi frontend (based on the Qt frontend)</li>
304                                                  </ol>                                                  </ol>
305                                          </li>                                          </li>
# Line 253  Line 318 
318                          </p>                          </p>
319    
320                          <p>                          <p>
321                           (List last updated <b>2005-05-18</b>, also see <a href="http://www.linuxsampler.org">CVS Log</a> for recent changes)                           (Last page update on <b>$Date: 2006-07-23 11:54:27 $</b> by $Author: schoenebeck $,
322                             also see <a href="http://www.linuxsampler.org">CVS Log</a> for recent changes)
323                          </p>                          </p>
324    
325                  </div>                  </div>

Legend:
Removed from v.553  
changed lines
  Added in v.904

  ViewVC Help
Powered by ViewVC