/[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 542 by senoner, Sun May 15 15:31:45 2005 UTC revision 892 by schoenebeck, Sat Jul 1 15:24:39 2006 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2  <html>  <html>
3  <head>  <head>
4    
5  <link rel="stylesheet" type="text/css" href="index.css">  <link rel="stylesheet" type="text/css" href="index.css">
6    <title>The Linux Sampler Project</title>    <title>The Linux Sampler Project</title>
7    
# Line 127  Line 128 
128                          with professional grade features, comparable to both hardware and commercial Windows/Mac software samplers                          with professional grade features, comparable to both hardware and commercial Windows/Mac software samplers
129                          and to introduce new features not yet available by any other sampler in the world.<br>                          and to introduce new features not yet available by any other sampler in the world.<br>
130                          <br>                          <br>
131                          LinuxSampler was designed as a sampler backend, decoupled from any user interface. It provides a network interface                          LinuxSampler was designed as a sampler backend, decoupled from any user interface. It provides a native C++
132                            <a href="http://en.wikipedia.org/wiki/Application_programming_interface">API</a> as well as a network interface
133                          using an ASCII based protocol called <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">LSCP</a>                          using an ASCII based protocol called <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">LSCP</a>
134                          for full control of the sampler like for setup and altering sampler sessions. But don't be afraid, with QSampler we                          for controlling the sampler and managing sampler sessions. But don't be afraid, with QSampler (based on the
135                          already have a convenient GUI frontend (based on the cross-platform GUI library Qt) for LinuxSampler and due to the                          cross-platform C++ GUI library Qt) and JSampler (Java based, thus platform independent) we already have two convenient
136                          decoupled design you can even control the sampler with the GUI frontend from another computer, probably even running                          frontends for LinuxSampler and due to the
137                          another OS like Windows or OSX. Beside our own custom network control layer we planned to add existing ones as well                          decoupled design you can even control the sampler with the GUI frontend(s) from another computer, probably even running
138                            another OS like Windows or OS X. Beside our own custom network control layer we planned to add existing ones as well
139                          (e.g. <a href="http://www.cnmat.berkeley.edu/OpenSoundControl/">OSC</a>). With the planned SMP and cluster support                          (e.g. <a href="http://www.cnmat.berkeley.edu/OpenSoundControl/">OSC</a>). With the planned SMP and cluster support
140                          LinuxSampler might become a standard for high-end studios and concerts.<br>                          LinuxSampler might become a very interesting tool for high-end studios and concerts in future.<br>
141                          <br>                          <br>
142                          It is planned to support all common sampler formats in LinuxSampler, but at the moment we chose to concentrate on the                          It is planned to support all common sampler formats in LinuxSampler, but at the moment we chose to concentrate on the
143                          Gigasampler format, because we think it's currently the best sampler format in regards of quality and power, especially                          Gigasampler format, because we think it's currently the best sampler format in regards of quality and power, especially

Legend:
Removed from v.542  
changed lines
  Added in v.892

  ViewVC Help
Powered by ViewVC