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

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

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

revision 1377 by schoenebeck, Wed Oct 3 21:05:46 2007 UTC revision 1576 by schoenebeck, Fri Dec 7 08:14:05 2007 UTC
# Line 145  Line 145 
145                          for more information.                          for more information.
146                          </p>                          </p>
147    
148                            <a name="windows"></a>
149                            <h2>Windows Howto</h2>
150                            <p class="default">
151                            To ease new users on Windows the first contact with the
152                            Linuxsampler applications <a href="windows.html">here is a short
153                            howto</a>.
154                            </p>
155    
156                          <h2>libgig</h2>                          <h2>libgig</h2>
157                          <p class="default">                          <p class="default">
158                          libgig is a C++ library used to load and modify Gigasampler format files.                          libgig is a C++ library used to load and modify Gigasampler format files.
# Line 153  Line 161 
161                          (automatically daily updated from CVS).                          (automatically daily updated from CVS).
162                          </p>                          </p>
163    
164                            <a name="lscp_spec"></a>
165                            <a name="lscp_specs"></a>
166                          <h2>liblscp</h2>                          <h2>liblscp</h2>
167                          <p class="default">                          <p class="default">
168                          liblscp is C library as convenient wrapper around the <i>LinuxSampler Control Protocol</i>.                          liblscp is C library as convenient wrapper around the <i>LinuxSampler Control Protocol</i>.
# Line 177  Line 187 
187            <tr>            <tr>
188              <td class="decorated_header">Protocol Name</td>              <td class="decorated_header">Protocol Name</td>
189              <td class="decorated_header">Document Types</td>              <td class="decorated_header">Document Types</td>
190                <td class="decorated_header">Release Date</td>
191              <td class="decorated_header">Description</td>              <td class="decorated_header">Description</td>
192            </tr>            </tr>
193          </thead>          </thead>
194          <tbody>          <tbody>
195            <tr>            <tr>
196              <td class="decorated">LSCP&nbsp;1.0</td>              <td class="decorated">LSCP&nbsp;draft</td>
197              <td class="decorated">              <td class="decorated">
198                <a href="http://www.linuxsampler.org/api/lscp-1.0.txt">ASCII</a>,                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.txt">TXT</a>,
199                <a href="http://www.linuxsampler.org/api/lscp-1.0.html">HTML</a>,                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">HTML</a>,
200                <a href="http://www.linuxsampler.org/api/lscp-1.0.xml">XML</a>                <a href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/*checkout*/linuxsampler/Documentation/lscp.xml?rev=HEAD&content-type=text/xml">XML</a>
201              </td>              </td>
202                <td class="decorated">unreleased</td>
203              <td class="decorated">              <td class="decorated">
204                Protocol specification of the old official release of LinuxSampler (0.3.3).                Very latest draft of the protocol (which usually reflects the
205                  latest development state from CVS or may even not be implemented
206                  yet).
207                </td>
208              </tr>
209              <tr>
210                <td class="decorated">LSCP&nbsp;1.3</td>
211                <td class="decorated">
212                  <a href="http://www.linuxsampler.org/api/lscp-1.3.txt">TXT</a>,
213                  <a href="http://www.linuxsampler.org/api/lscp-1.3.html">HTML</a>,
214                  <a href="http://www.linuxsampler.org/api/lscp-1.3.xml">XML</a>
215                </td>
216                <td class="decorated">2007-12-06</td>
217                <td class="decorated">
218                  Protocol specification of the latest official release of LinuxSampler (0.5.1).
219                </td>
220              </tr>
221              <tr>
222                <td class="decorated">LSCP&nbsp;1.2</td>
223                <td class="decorated">
224                  <a href="http://www.linuxsampler.org/api/lscp-1.2.txt">TXT</a>,
225                  <a href="http://www.linuxsampler.org/api/lscp-1.2.html">HTML</a>,
226                  <a href="http://www.linuxsampler.org/api/lscp-1.2.xml">XML</a>
227                </td>
228                <td class="decorated">2007-10-15</td>
229                <td class="decorated">
230                  Protocol specification of the previous official release of LinuxSampler (0.5.0).
231              </td>              </td>
232            </tr>            </tr>
233            <tr>            <tr>
234              <td class="decorated">LSCP&nbsp;1.1</td>              <td class="decorated">LSCP&nbsp;1.1</td>
235              <td class="decorated">              <td class="decorated">
236                <a href="http://www.linuxsampler.org/api/lscp-1.1.txt">ASCII</a>,                <a href="http://www.linuxsampler.org/api/lscp-1.1.txt">TXT</a>,
237                <a href="http://www.linuxsampler.org/api/lscp-1.1.html">HTML</a>,                <a href="http://www.linuxsampler.org/api/lscp-1.1.html">HTML</a>,
238                <a href="http://www.linuxsampler.org/api/lscp-1.1.xml">XML</a>                <a href="http://www.linuxsampler.org/api/lscp-1.1.xml">XML</a>
239              </td>              </td>
240                <td class="decorated">2006-11-25</td>
241              <td class="decorated">              <td class="decorated">
242                Protocol specification of the latest official release of LinuxSampler (0.4.0).                Protocol specification old LinuxSampler release 0.4.0.
243              </td>              </td>
244            </tr>            </tr>
245            <tr>            <tr>
246              <td class="decorated">LSCP&nbsp;draft</td>              <td class="decorated">LSCP&nbsp;1.0</td>
247              <td class="decorated">              <td class="decorated">
248                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.txt">ASCII</a>,                <a href="http://www.linuxsampler.org/api/lscp-1.0.txt">TXT</a>,
249                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">HTML</a>,                <a href="http://www.linuxsampler.org/api/lscp-1.0.html">HTML</a>,
250                <a href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/*checkout*/linuxsampler/Documentation/lscp.xml?rev=HEAD&content-type=text/xml">XML</a>                <a href="http://www.linuxsampler.org/api/lscp-1.0.xml">XML</a>
251              </td>              </td>
252                <td class="decorated">2005-07-17</td>
253              <td class="decorated">              <td class="decorated">
254                Very latest draft of the protocol (which usually reflects the                Protocol specification of ancient LinuxSampler release 0.3.3.
               latest development state from CVS or may even not be implemented  
               yet).  
255              </td>              </td>
256            </tr>            </tr>
257          </tbody>          </tbody>

Legend:
Removed from v.1377  
changed lines
  Added in v.1576

  ViewVC Help
Powered by ViewVC