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

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

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

revision 2479 by persson, Sat Oct 26 11:51:13 2013 UTC revision 3923 by schoenebeck, Mon Jun 14 11:26:48 2021 UTC
# Line 154  Line 154 
154  <hr>  <hr>
155  <a href="donations.html">Why donate?</a>  <a href="donations.html">Why donate?</a>
156  </div>  </div>
 <p>  
 <div class="">  
 <center>  
 <script type="text/javascript"><!--  
 google_ad_client = "pub-3408196773880325";  
 /* 120x600, created 8/3/09 */  
 google_ad_slot = "2910827959";  
 google_ad_width = 120;  
 google_ad_height = 600;  
 //-->  
 </script>  
 <script type="text/javascript"  
 src="//pagead2.googlesyndication.com/pagead/show_ads.js">  
 </script>  
 </center>  
 </div>  
157    
158    
159                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
# Line 177  src="//pagead2.googlesyndication.com/pag Line 161  src="//pagead2.googlesyndication.com/pag
161    
162                          <h2>The Project</h2>                          <h2>The Project</h2>
163                          <p class="default">                          <p class="default">
164                          The LinuxSampler project was founded with the                          The LinuxSampler project was founded in 2002 with the
165                          goal to produce a free, streaming capable open source pure                          goal to produce a free, streaming capable open source pure
166                          software audio sampler with professional grade features,                          software audio sampler with high stability, efficiency and very
167                            low latency, providing professional grade features,
168                          comparable to both hardware and commercial Windows/Mac software                          comparable to both hardware and commercial Windows/Mac software
169                          samplers and to introduce new features not yet available by any                          samplers and to introduce new features not yet available by any
170                          other sampler in the world.                          other sampler in the world.
# Line 277  src="//pagead2.googlesyndication.com/pag Line 262  src="//pagead2.googlesyndication.com/pag
262                          current setup and state of the running sampler engine.                          current setup and state of the running sampler engine.
263                          </p>                          </p>
264    
265                          <h2>The Format</h2>                          <h2>Sampler Formats</h2>
266                            <p class="default">
267                            Virtual instruments (i.e. pianos, drums, orchestra ensembles) based
268                            on sampler software are created and distributed as files, which
269                            essentially contain recorded audio samples plus so called
270                            <i>articulation informations</i>. The latter are a very important
271                            factor to make audio samples assemble a realistic sound of i.e.
272                            natural instruments. The are defining when and how exactly
273                            the individual audio samples shall be played back and modified by
274                            the sampler. So a <i>sampler format</i> is made up of two things:
275                            </p>
276                            <ol class="default">
277                              <li>
278                                    <b>File format:</b> which defines how audio samples and
279                                    articulation informations are stored in files exactly.
280                              </li>
281                              <li><b>Synthesis model:</b> which defines what the sampler sampler
282                                    can do with audio samples, and how the sampler should interpret
283                                    the articulation informations stored in files.
284                              </i>
285                            </ol>
286                          <p class="default">                          <p class="default">
287                          It is planned to support all common sampler formats in                          It is planned to support all common sampler formats in
288                          LinuxSampler, but at the moment we chose to concentrate on the                          LinuxSampler. At the moment the sampler supports the following
289                          Gigasampler format, because when we started this project, the                          three:
290                          Gigasampler format was (in our opinion) the most popular                          </p>
291                          and "best" sampler format in regards of quality and power,                          <ol class="default">
292                          especially      for the synthesis of natural instruments like pianos,                            <li>
293                          brass and bowed instruments. But we already made good advance in                                  <b>GigaStudio/GigaSampler Format:</b>
294                          implementing this format, so we are optimistic to start with                                  First format ever supported by LinuxSampler and hence probably
295                          adding other formats soon. Beside that we also planned to                                  the most mature option in LinuxSampler right now. When we
296                          design our own, sophisticated sampler format to introduce a more                                  started to develop LinuxSampler back in 2002, we chose to
297                          powerful and more flexible sampler format compared to                                  concentrate on this commercial sampler format first, because at
298                          any sampler format currently available in the world. Be encouraged                                  that point it was (in our opinion) the most popular and "best"
299                          to share your ideas about such a new format with us!                                  sampler format in regards of quality and features, especially
300                                    for the synthesis of natural instruments like pianos, brass and
301                                    bowed instruments. Some of the best sounding orchestra
302                                    libraries were made in this format at that time.<br>
303                                    <br>
304                                    In contrast to all those commercial samplers
305                                    out there who claim to support the GigaStudio/GigaSampler format,
306                                    we invested many years and a lot of effort to reassemble the original
307                                    sound of this format as exactly as possible, as it was with the
308                                    original GigaStudio PC software. Other samplers usually provide
309                                    only raw sample playback for this format and - if at all - only
310                                    limited support for its articulations and synthesis model.
311                                    LinuxSampler however is providing i.e. envelopes and filters
312                                    with very precise characteristics and accuracy of the original
313                                    ones used in the original GigaStudio software. We even
314                                    reassembled the "warty" parts of the format, that is strange
315                                    aspects of the format. All this just to fulfill one goal:
316                                    playing back your huge collection of high class .gig instruments with
317                                    LinuxSampler exactly as they sounded like with GigaStudio!
318                                    And as of to date there is probably no other sampler out there
319                                    which does that job better.
320                                    <br><br>
321                              </li>
322                              <li>
323                                    <b>SoundFont Format:</b>
324                                    Being a very popular sampler format, supported by numerous
325                                    hardware devices and sampler software products for many years,
326                                    we also added support for the SoundFont format. However, since
327                                    this format is fairly old and limited we did not spend as much
328                                    effort on it than on the other formats. So there is currently
329                                    not full support for all aspects of this format yet. Be invited
330                                    to help us on finishing support for this format!
331                                    <br><br>
332                              </li>
333                              <li>
334                                    <b>SFZ Format:</b> Not to be interchanged with the
335                                    <i>SoundFont</i> format! Even though their names suggest them to
336                                    be similar, and also being initiated by the same company, the SFZ
337                                    format does not have much in common with the SoundFont format!
338                                    The SFZ format is a quite new one, an open format that is also
339                    used as basis in many commercial sampler products. It has the
340                                    potential to become a broad standard format among sampler
341                                    products. It is extensible for custom features, provides
342                                    articulation information in human-readable text form and samples
343                                    are usually stored as separate files along to the articulation
344                                    files. The latter also allows a variety of audio formats to be
345                                    used and gives sound designers and their customers various
346                                    advantages to work with.
347                                    <br><br>
348                                    Due to its high potential we recently spent a lot of time in
349                                    supporting this format in LinuxSampler. A lot of this format is
350                                    <a href="/sfz/">already supported</a> (v1 and v2) in
351                                    LinuxSampler, also extensions of commercial samplers, and we
352                                    continue to evolve support for this format.
353                              </li>
354                            </ol>
355                            <p class="default">
356                            Along to these formats, we have been thinking about creating our
357                            own, new sampler format from scratch, for providing new sampler
358                            features currently not available in any sampler yet. However when
359                            we started adding support for SFZ, we realized such features should
360                            rather be implemented as extension to the SFZ format.
361                          </p>                          </p>
362    
363                          <h2>The Editor</h2>                          <h2>Instrument Editors</h2>
364                          <p class="default">                          <p class="default">
365                            For creating new virtual instruments and for adjusting your
366                            existing ones, you may want to use an instrument editor.
367                            LinuxSampler was designed decoupled from instrument editors, but
368                            provides extensive support for cooperation with instrument editor
369                            applications. Especially for the aspect of being able to edit an
370                            instrument while playing it in the sampler, and for making all
371                            changes audible immediately and without reloading the sounds into
372                            sampler.<br>
373                            <br>
374                            Currently we implemented the following instrument editor
375                            application:<br>
376                            <br>
377                          <u><b>gigedit</b></u> allows you to edit and create instruments                          <u><b>gigedit</b></u> allows you to edit and create instruments
378                          for the Gigasampler format, which can be used with LinuxSampler                          for the GigaStudio/Gigasampler format, which can be used with LinuxSampler
379                          as well as with Tascam's Gigastudio. Following our line of                          as well as with Tascam's original Gigastudio software. Following our line of
380                          modularity we also made the instrument editors independent                          modularity we also made this instrument editor an independent
381                          applications. Because let's face it: every sampler format is                          application. Because let's face it: every sampler format is
382                          different, so in our opinion it is better to honor the specific                          different, so in our opinion it is better to honor the specific
383                          features of one format with its own instrument editor application                          features of one format with its own instrument editor application
384                          instead of trying to fiddle everything into one single bloated                          instead of trying to fiddle everything into one single bloated
# Line 331  src="//pagead2.googlesyndication.com/pag Line 409  src="//pagead2.googlesyndication.com/pag
409                          you.                          you.
410                          </p>                          </p>
411    
412                          <h2>The Technical Interface</h2>                          <h2>Technical Interfaces</h2>
413                          <p class="default">                          <p class="default">
414                          As the components of the sampler are independent applications,                          As the components of the sampler are independent applications,
415                          there must be a way to let the applications communicate with each                          there must be a way to let the applications communicate with each
# Line 357  src="//pagead2.googlesyndication.com/pag Line 435  src="//pagead2.googlesyndication.com/pag
435                          editor if you want.                          editor if you want.
436                          </p>                          </p>
437    
438                          <h2>The Compatibility</h2>                          <h2>Compatibility &amp; Cross Platform</h2>
439                          <p class="default">                          <p class="default">
440                          LinuxSampler is available for the most popular operating                          LinuxSampler is available for the most popular operating
441                          systems and already supports a variety of audio and MIDI driver                          systems and already supports a variety of audio and MIDI driver
# Line 369  src="//pagead2.googlesyndication.com/pag Line 447  src="//pagead2.googlesyndication.com/pag
447                          So we're prepared for the future!                          So we're prepared for the future!
448                          </p>                          </p>
449    
450                          <h2>The Community</h2>                          <h2>Sequencer &amp; DAW Plugin Support</h2>
451                            <p class="default">
452                            The sampler can be run stand alone as well as host plugin in popular
453                            sequencer or digital audio workstations like Cubase, Logic, Ardour,
454                            QTractor, Reaper and many more. At the moment the sampler supports
455                            the host plugin formats VSTi (v2), AudiUnit (AU), DSSI and LV2.<br>
456                            <br>
457                            You  can  also  load effect plugins into the sampler, for them being
458                            used on parts or as master effects. Currently only the LADSPA plugin
459                            format is supported for sampler internal effects.
460                            </p>
461    
462                            <h2>Community</h2>
463                          <p class="default">                          <p class="default">
464                          You need a helping hand? You certainly get the answers on your                          You need a helping hand? You certainly get the answers on your
465                          personal questions on our                          personal questions on our
# Line 390  src="//pagead2.googlesyndication.com/pag Line 480  src="//pagead2.googlesyndication.com/pag
480                          You have your own ideas and concepts for making the sampler better?                          You have your own ideas and concepts for making the sampler better?
481                          Great, share them with us!<br>                          Great, share them with us!<br>
482                          <br>                          <br>
483                            <br>
484                          </p>                          </p>
485    
486                  </div>                  </div>

Legend:
Removed from v.2479  
changed lines
  Added in v.3923

  ViewVC Help
Powered by ViewVC