/[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 1498 by schoenebeck, Tue Nov 20 02:27:46 2007 UTC revision 1669 by schoenebeck, Tue Feb 5 15:54:42 2008 UTC
# Line 148  Line 148 
148                          listed below, you can write a proposol to the                          listed below, you can write a proposol to the
149                          <a href="http://lists.sourceforge.net/lists/listinfo/linuxsampler-devel">                          <a href="http://lists.sourceforge.net/lists/listinfo/linuxsampler-devel">
150                                  developers mailing list                                  developers mailing list
151                          </a> or even better send us your patch if you have done something. Even                          </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                          if features are listed to be planned below, it can be that it takes a                          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                          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!                          time and will to finish one of them, let us know!
# Line 158  Line 160 
160                                          <li class="partly"> Operating Systems                                          <li class="partly"> Operating Systems
161                                                  <ol>                                                  <ol>
162                                                          <li class="ok">Linux</li>                                                          <li class="ok">Linux</li>
163                                                          <li class="ok">Mac <a href="http://www.apple.com/macosx/">OS X</a></li>                                                          <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                                                            <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                                                  </ol>                                                  </ol>
166                                          </li>                                          </li>
167                                          <li class="partly"> Sampler Engines                                          <li class="partly"> Sampler Engines
# Line 176  Line 179 
179                                                                                                          <li class="partly">support for articulation (.art) files</li>                                                                                                          <li class="partly">support for articulation (.art) files</li>
180                                                                                                          <li class="ok">support for Dimension Splits not equal to two</li>                                                                                                          <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>                                                                                                          <li class="ok">up to 8 Dimensions or 256 Dimension Regions</li>
182                                                                                                            <li class="partly">MIDI rules</li>
183                                                                                                            <li class="false">convolution</li>
184                                                                                                  </ol>                                                                                                  </ol>
185                                                                                          </li>                                                                                          </li>
186                                                                                  </ol>                                                                                  </ol>
# Line 281  Line 286 
286                                          </li>                                          </li>
287       <li class="partly">MIDI input drivers       <li class="partly">MIDI input drivers
288        <ol>        <ol>
289         <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> (Linux)</li>
290           <li class="ok"><a href="http://jackit.sourceforge.net/">JACK</a> (Linux, OSX, Windows, ...)</li>
291         <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>
292         <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>
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>         <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         <li class="ok"><a href="http://midishare.sourceforge.net/">MidiShare</a> (Linux, OS X, Windows)</li>         <li class="ok"><a href="http://midishare.sourceforge.net/">MidiShare</a> (Linux, OS X, Windows)</li>
295           <li class="ok"><a href="http://en.wikipedia.org/wiki/MultiMedia_Extensions">MME</a> (Windows)</li>
296        </ol>        </ol>
297       </li>       </li>
298                                          <li class="partly">Audio output drivers                                          <li class="partly">Audio output drivers
299                                                  <ol>                                                  <ol>
300                                                          <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> (Linux)</li>
301                                                          <li class="ok"><a href="http://jackit.sourceforge.net/">JACK</a></li>                                                          <li class="ok"><a href="http://jackit.sourceforge.net/">JACK</a> (Linux, OSX, Windows, ...)</li>
302                                                          <li class="ok"><a href="http://www.arts-project.org/">aRts</a> (not RT safe!)</li>                                                          <li class="ok"><a href="http://www.arts-project.org/">aRts</a> (not RT safe!)</li>
303                                                            <li class="ok"><a href="http://en.wikipedia.org/wiki/Audio_stream_input_output">ASIO</a> (Windows)</li>
304                                                          <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>
305                                                          <li class="false">Audio over ethernet</li>                                                          <li class="false">Audio over ethernet</li>
306                                                          <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 335  Line 343 
343                                                          <li class="ok">Flexible Routing i.e. to a dedicated effect audio output</li>                                                          <li class="ok">Flexible Routing i.e. to a dedicated effect audio output</li>
344                                                  </ol>                                                  </ol>
345                                          </li>                                          </li>
346                                            <a name="instruments_db"></a>
347                                          <li class="ok">Instrument Database System, allowing to keep track of even the largest sample library collections                                          <li class="ok">Instrument Database System, allowing to keep track of even the largest sample library collections
348                                                  <ol>                                                  <ol>
349                                                          <li class="ok">Ordering in Categories</li>                                                          <li class="ok">Ordering in Categories</li>
# Line 344  Line 353 
353                                          </li>                                          </li>
354                                          <li class="partly">(Graphical) frontends                                          <li class="partly">(Graphical) frontends
355                                                  <ol>                                                  <ol>
356                                                          <li class="ok">Qt based frontend (<a href="http://qsampler.sourceforge.net">QSampler</a>)</li>                                                          <li class="partly"><a href="http://qsampler.sourceforge.net">QSampler</a> (C++ based frontend using Qt)
357                                                          <li class="ok">Java based frontend (<a href="http://sourceforge.net/projects/jsampler">JSampler</a>)</li>                                                                  <ol>
358                                                          <li class="false">VSTi frontend (based on the Qt frontend)</li>                                                                          <li class="ok">Supports all features of LinuxSampler except the following ...</li>
359                                                                            <li class="ok"><a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#CREATE FX_SEND">
360                                                                                    Effect Sends</a>
361                                                                            </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                                                  </ol>                                                  </ol>
377                                          </li>                                          </li>
378                                          <li class="ok">Playing while Loading, i.e. allowing to play and hold notes on the keyboard                                          <li class="ok">Playing while Loading, i.e. allowing to play and hold notes on the keyboard
# Line 354  Line 380 
380                                          <li class="ok">Instrument Editor Plugin System for 3rd Party Instrument Editors</li>                                          <li class="ok">Instrument Editor Plugin System for 3rd Party Instrument Editors</li>
381                                          <li class="ok">Instrument Editors                                          <li class="ok">Instrument Editors
382                                                  <ol>                                                  <ol>
383                                                          <li class="ok"><a href="http://download.linuxsampler.org/doc/gigedit/quickstart/gigedit_quickstart.html">gigedit</a> (based on the Gtk+ Toolkit)                                                          <li class="ok"><a href="http://download.linuxsampler.org/doc/gigedit/quickstart/gigedit_quickstart.html">gigedit</a> (C++ based using gtkmm/Gtk+)
384                                                                  <ol>                                                                  <ol>
385                                                                          <li class="ok">allows to modify all aspects of Gigsampler v2 and v3 format files</li>                                                                          <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>                                                                          <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>                                                                          <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>                                                                          <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>                                                                          <li class="ok">created / modified files are accepted by LinuxSampler as well as by Gigastudio 3</li>
390                                                                            <li class="ok">virtual MIDI keyboard (for triggering notes by mouse click and highlighting the virtual keys on external note events)</li>
391                                                                  </ol>                                                                  </ol>
392                                                          </li>                                                          </li>
393                                                  </ol>                                                  </ol>
# Line 380  Line 407 
407                          </p>                          </p>
408    
409                          <p>                          <p>
410                           (Last page update on <b>$Date: 2007-11-20 02:27:46 $</b> by $Author: schoenebeck $,                           (Last page update on <b>$Date: 2008-02-05 15:54:42 $</b> by $Author: schoenebeck $,
411                           also see <a href="http://www.linuxsampler.org">CVS Log</a> for recent changes)                           also see <a href="http://www.linuxsampler.org">CVS Log</a> for recent changes)
412                          </p>                          </p>
413    

Legend:
Removed from v.1498  
changed lines
  Added in v.1669

  ViewVC Help
Powered by ViewVC