/[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 904 by schoenebeck, Sun Jul 23 11:54:27 2006 UTC revision 1532 by schoenebeck, Tue Nov 27 19:43:15 2007 UTC
# Line 129  Line 129 
129                          </p>                          </p>
130    
131                          <ol class="default">                          <ol class="default">
132                              <li class="partly">strong synthesis optimizations</li>                                  <li class="false">nothing scheduled yet</li>
                                 <li class="false">instrument database system</li>  
133                          </ol>                          </ol>
134    
135                          <table class="default">                          <table class="default">
# Line 181  Line 180 
180                                                                                          </li>                                                                                          </li>
181                                                                                  </ol>                                                                                  </ol>
182                                                                          </li>                                                                          </li>
183                                                                          <li class="ok">Generic playback (RAM & disk streaming)</li>                                                                          <li class="ok">Generic playback (RAM playback & disk streaming)</li>
184                                                                          <li class="ok">Dimension switching                                                                          <li class="ok">Dimension switching
185                                                                                  <ol>                                                                                  <ol>
186                                                                                          <li class="ok">Sample Channel</li>                                                                                          <li class="ok">Sample Channel</li>
# Line 208  Line 207 
207                                                                          <li class="ok">Sustain pedal interpretation</li>                                                                          <li class="ok">Sustain pedal interpretation</li>
208                                                                          <li class="ok">Sostenuto pedal interpretation</li>                                                                          <li class="ok">Sostenuto pedal interpretation</li>
209                                                                          <li class="ok">Key velocity &#060;-&#062; volume mapping</li>                                                                          <li class="ok">Key velocity &#060;-&#062; volume mapping</li>
210                                                                          <li class="ok">Looping</li>                                                                          <li class="ok">Looping
211                                                                                    <ol>
212                                                                                            <li class="ok">endless loop</li>
213                                                                                            <li class="ok">limited amount of loops</li>
214                                                                                            <li class="ok">fractional looping</li>
215                                                                                    </ol>
216                                                                            </li>
217                                                                          <li class="ok">Pitchbend wheel support</li>                                                                          <li class="ok">Pitchbend wheel support</li>
218                                                                          <li class="ok">Bidirectional voice state transition</li>                                                                          <li class="ok">Bidirectional voice state transition, allowing
219                                                                                    to cancel the relase stage of voices forth and back arbitrary
220                                                                                    times if needed</li>
221                                                                          <li class="ok">Filter (VCF)                                                                          <li class="ok">Filter (VCF)
222                                                                                  <ol>                                                                                  <ol>
223                                                                                          <li class="ok">Highpass</li>                                                                                          <li class="ok">Highpass</li>
# Line 218  Line 225 
225                                                                                          <li class="ok">Bandreject</li>                                                                                          <li class="ok">Bandreject</li>
226                                                                                          <li class="ok">Lowpass</li>                                                                                          <li class="ok">Lowpass</li>
227                                                                                          <li class="ok">Turbo lowpass</li>                                                                                          <li class="ok">Turbo lowpass</li>
228                                                                                            <li class="ok">all filter types provide extremely
229                                                                                                    accurate characteristics compared to the original
230                                                                                                    Gigasampler format filters</li>
231                                                                                          <li class="ok">Cutoff frequency controllable by MIDI controller</li>                                                                                          <li class="ok">Cutoff frequency controllable by MIDI controller</li>
232                                                                                          <li class="ok">Resonance controllable by MIDI controller</li>                                                                                          <li class="ok">Resonance controllable by MIDI controller</li>
233                                                                                  </ol>                                                                                  </ol>
# Line 230  Line 240 
240                                                                          <li class="ok">VCO Low Frequency Oscillator (Pitch)</li>                                                                          <li class="ok">VCO Low Frequency Oscillator (Pitch)</li>
241                                                                          <li class="ok">Layers</li>                                                                          <li class="ok">Layers</li>
242                                                                          <li class="ok">Crossfades</li>                                                                          <li class="ok">Crossfades</li>
243                                                                          <li class="ok">Key Groups (a.k.a Exclusive Groups)</li>                                                                          <li class="ok">Key Groups (a.k.a Exclusive Groups),
244                                                                          <li class="ok">Release Triggered Voices</li>                                                                                  for mutually switching off sounds i.e. for drumkits</li>
245                                                                          <li class="ok">Key Switching</li>                                                                          <li class="ok">Release Triggered Voices, specific samples
246                                                                                    that are played back when voices are released</li>
247                                                                            <li class="ok">Key Switching, which allows to map a certain
248                                                                                    range on thy keyboard as additional performance controller,
249                                                                                    i.e. for switching articulations of orchestral sounds in realtime</li>
250                                                                          <li class="ok">Voice Stealing</li>                                                                          <li class="ok">Voice Stealing</li>
251                                                                          <li class="ok">Portamento Mode and Solo Mode (a.k.a 'Mono Mode',                                                                          <li class="ok">Portamento Mode and Solo Mode (a.k.a 'Mono Mode',
252                                                                                  can be altered via standard GM messages, that is CC5 for                                                                                  can be altered via standard GM messages, that is CC5 for
# Line 296  Line 310 
310                                          <li class="false">Dynamic engine recompilation</li>                                          <li class="false">Dynamic engine recompilation</li>
311                                          <li class="false">Extensive SMP (multi processor) support</li>                                          <li class="false">Extensive SMP (multi processor) support</li>
312                                          <li class="false">Network cluster support</li>                                          <li class="false">Network cluster support</li>
313                                            <li class="ok">MIDI instrument mapper, allows to create very flexible MIDI progam change setups in a very easy way.
314                                                    <ol>
315                                                            <li class="ok">MIDI program change</li>
316                                                            <li class="ok">MIDI bank select (automatic detection of MSB only, LSB only or full MSB+LSB)</li>
317                                                            <li class="ok">Load Strategy for each Item individually
318                                                                    <ol>
319                                                                            <li class="ok">On-Demand: loads the instrument only when needed, frees it immediately once not used by any sampler channel anymore</li>
320                                                                            <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>
321                                                                            <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>
322                                                                            <li class="ok">Default: let the sampler decide</li>
323                                                                    </ol>
324                                                            </li>
325                                                            <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>
326                                                            <li class="ok">Mapping of arbitrary Instrument Files, already independent of the underlying format in respect for future sampler engines</li>
327                                                            <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>
328                                                    </ol>
329                                            </li>
330                                            <li class="ok">Effect Sends
331                                                    <ol>
332                                                            <li class="ok">Arbitrary Amount of FX Sends on Sampler Channels</li>
333                                                            <li class="ok">Realtime MIDI Control of Send Level</li>
334                                                            <li class="ok">Arbitrary MIDI Controller assignable</li>
335                                                            <li class="ok">Flexible Routing i.e. to a dedicated effect audio output</li>
336                                                    </ol>
337                                            </li>
338                                            <li class="ok">Instrument Database System, allowing to keep track of even the largest sample library collections
339                                                    <ol>
340                                                            <li class="ok">Ordering in Categories</li>
341                                                            <li class="ok">Search by various Criteria</li>
342                                                            <li class="ok">Transparently maintained on backend side</li>
343                                                    </ol>
344                                            </li>
345                                          <li class="partly">(Graphical) frontends                                          <li class="partly">(Graphical) frontends
346                                                  <ol>                                                  <ol>
347                                                          <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)
348                                                          <li class="ok">Java based frontend (<a href="http://sourceforge.net/projects/jsampler">JSampler</a>)</li>                                                                  <ol>
349                                                          <li class="false">VSTi frontend (based on the Qt frontend)</li>                                                                          <li class="ok">Supports all features of LinuxSampler except the following ...</li>
350                                                                            <li class="partly"><a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#CREATE FX_SEND">
351                                                                                    Effect Sends</a> (qsampler retrieves current FX send settings from the sampler,
352                                                                                    stores FX send settings in session .lscp files and restores them, but
353                                                                                    currently does not yet offer a widget to modify FX send settings)
354                                                                            </li>
355                                                                            <li class="partly"><a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#MIDI Instrument Mapping">MIDI Instrument Maps</a>
356                                                                                    (qsampler does currently not yet support to create more than two MIDI instrument maps [one intended for chromatic instruments and one for drumkits])
357                                                                            </li>
358                                                                            <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>
359                                                                            <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>
360                                                                            <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>
361                                                                    </ol>
362                                                            </li>
363                                                            <li class="ok"><a href="http://sourceforge.net/projects/jsampler">JSampler</a> (Java based frontend)
364                                                                    <ol>
365                                                                            <li class="ok">Supports all currently available features of LinuxSampler</li>
366                                                                    </ol>
367                                                            </li>
368                                                            <li class="false">VSTi frontend</li>
369                                                    </ol>
370                                            </li>
371                                            <li class="ok">Playing while Loading, i.e. allowing to play and hold notes on the keyboard
372                                                    while loading a new instrument on the same sampler channel at the same time</li>
373                                            <li class="ok">Instrument Editor Plugin System for 3rd Party Instrument Editors</li>
374                                            <li class="ok">Instrument Editors
375                                                    <ol>
376                                                            <li class="ok"><a href="http://download.linuxsampler.org/doc/gigedit/quickstart/gigedit_quickstart.html">gigedit</a> (C++ based using gtkmm/Gtk+)
377                                                                    <ol>
378                                                                            <li class="ok">allows to modify all aspects of Gigsampler v2 and v3 format files</li>
379                                                                            <li class="ok">allows to modify existing as well as creating completely new .gig files from scratch</li>
380                                                                            <li class="ok">stand-alone mode (independent of LinuxSampler)</li>
381                                                                            <li class="ok">live-mode (attached with LinuxSampler), which makes all modifications audible in the sampler in realtime without having to reload</li>
382                                                                            <li class="ok">created / modified files are accepted by LinuxSampler as well as by Gigastudio 3</li>
383                                                                    </ol>
384                                                            </li>
385                                                  </ol>                                                  </ol>
386                                          </li>                                          </li>
387                                  </ol>                                  </ol>
# Line 318  Line 399 
399                          </p>                          </p>
400    
401                          <p>                          <p>
402                           (Last page update on <b>$Date: 2006-07-23 11:54:27 $</b> by $Author: schoenebeck $,                           (Last page update on <b>$Date: 2007-11-27 19:43:15 $</b> by $Author: schoenebeck $,
403                           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)
404                          </p>                          </p>
405    

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

  ViewVC Help
Powered by ViewVC