/[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 1280 by schoenebeck, Fri Aug 10 14:05:51 2007 UTC revision 1573 by schoenebeck, Fri Dec 7 02:45:05 2007 UTC
# Line 137  Line 137 
137                          edge development version of gigedit from CVS.                          edge development version of gigedit from CVS.
138                          </p>                          </p>
139    
140                            <h2>JSampler</h2>
141                            <p class="default">
142                            JSampler is an opensource, platform-independent,
143                            GUI front-end for LinuxSampler, written entirely in Java.
144                            Read the <a href="jsampler/manual/html/jsampler.html">JSampler manual</a>
145                            for more information.
146                            </p>
147    
148                            <h2>libgig</h2>
149                            <p class="default">
150                            libgig is a C++ library used to load and modify Gigasampler format files.
151                            If you're a developer and might want to use libgig, here is its
152                            <a href="http://download.linuxsampler.org/doc/libgig/api/">API documentation</a>
153                            (automatically daily updated from CVS).
154                            </p>
155    
156                            <a name="lscp_spec"></a>
157                            <a name="lscp_specs"></a>
158                            <h2>liblscp</h2>
159                            <p class="default">
160                            liblscp is C library as convenient wrapper around the <i>LinuxSampler Control Protocol</i>.
161                            If you're a developer and might want to use liblscp, here is its
162                            <a href="http://download.linuxsampler.org/doc/liblscp/">API documentation</a>
163                            (automatically daily updated from CVS).
164                            </p>
165    
166                          <h2>LSCP Reference</h2>                          <h2>LSCP Reference</h2>
167                          <p class="default">                          <p class="default">
168                          The following documents define the <i>LinuxSampler Control Protocol</i>,                          The following documents define the <i>LinuxSampler Control Protocol</i>,
# Line 153  Line 179 
179            <tr>            <tr>
180              <td class="decorated_header">Protocol Name</td>              <td class="decorated_header">Protocol Name</td>
181              <td class="decorated_header">Document Types</td>              <td class="decorated_header">Document Types</td>
182                <td class="decorated_header">Release Date</td>
183              <td class="decorated_header">Description</td>              <td class="decorated_header">Description</td>
184            </tr>            </tr>
185          </thead>          </thead>
186          <tbody>          <tbody>
187            <tr>            <tr>
188              <td class="decorated">LSCP&nbsp;1.0</td>              <td class="decorated">LSCP&nbsp;draft</td>
189              <td class="decorated">              <td class="decorated">
190                <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>,
191                <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>,
192                <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>
193              </td>              </td>
194                <td class="decorated">unreleased</td>
195              <td class="decorated">              <td class="decorated">
196                Protocol specification of the old official release of LinuxSampler (0.3.3).                Very latest draft of the protocol (which usually reflects the
197                  latest development state from CVS or may even not be implemented
198                  yet).
199                </td>
200              </tr>
201              <tr>
202                <td class="decorated">LSCP&nbsp;1.3</td>
203                <td class="decorated">
204                  <a href="http://www.linuxsampler.org/api/lscp-1.3.txt">TXT</a>,
205                  <a href="http://www.linuxsampler.org/api/lscp-1.3.html">HTML</a>,
206                  <a href="http://www.linuxsampler.org/api/lscp-1.3.xml">XML</a>
207                </td>
208                <td class="decorated">2007-12-06</td>
209                <td class="decorated">
210                  Protocol specification of the latest official release of LinuxSampler (0.5.1).
211                </td>
212              </tr>
213              <tr>
214                <td class="decorated">LSCP&nbsp;1.2</td>
215                <td class="decorated">
216                  <a href="http://www.linuxsampler.org/api/lscp-1.2.txt">TXT</a>,
217                  <a href="http://www.linuxsampler.org/api/lscp-1.2.html">HTML</a>,
218                  <a href="http://www.linuxsampler.org/api/lscp-1.2.xml">XML</a>
219                </td>
220                <td class="decorated">2007-10-15</td>
221                <td class="decorated">
222                  Protocol specification of the previous official release of LinuxSampler (0.5.0).
223              </td>              </td>
224            </tr>            </tr>
225            <tr>            <tr>
226              <td class="decorated">LSCP&nbsp;1.1</td>              <td class="decorated">LSCP&nbsp;1.1</td>
227              <td class="decorated">              <td class="decorated">
228                <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>,
229                <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>,
230                <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>
231              </td>              </td>
232                <td class="decorated">2006-11-25</td>
233              <td class="decorated">              <td class="decorated">
234                Protocol specification of the latest official release of LinuxSampler (0.4.0).                Protocol specification old LinuxSampler release 0.4.0.
235              </td>              </td>
236            </tr>            </tr>
237            <tr>            <tr>
238              <td class="decorated">LSCP&nbsp;draft</td>              <td class="decorated">LSCP&nbsp;1.0</td>
239              <td class="decorated">              <td class="decorated">
240                <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>,
241                <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>,
242                <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>
243              </td>              </td>
244                <td class="decorated">2005-07-17</td>
245              <td class="decorated">              <td class="decorated">
246                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).  
247              </td>              </td>
248            </tr>            </tr>
249          </tbody>          </tbody>

Legend:
Removed from v.1280  
changed lines
  Added in v.1573

  ViewVC Help
Powered by ViewVC