/[svn]/jlscp/trunk/README
ViewVC logotype

Diff of /jlscp/trunk/README

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

revision 671 by iliev, Wed Jun 22 06:18:33 2005 UTC revision 1202 by iliev, Thu May 24 20:17:25 2007 UTC
# Line 1  Line 1 
1    
2  jlscp - A java LinuxSampler control protocol API  jlscp - A java LinuxSampler control protocol API
3    
4  by Grigor Iliev <gr.iliev@gmail.com>  by Grigor Iliev <grigor@grigoriliev.com>
5    
6    
7  This library provides client API for retrieving information and  This library provides client API for retrieving information and
8  configuring running LinuxSampler instance according to the LinuxSampler  configuring running LinuxSampler instance according to the LinuxSampler
9  control protocol version 1.0 as specified in the LSCP specification written  control protocol version 1.1 as specified in the LSCP specification
10  by Christian Schoenebeck (http://www.linuxsampler.org/api/lscp-1.0.html).  (http://www.linuxsampler.org/api/lscp-1.1.html).
11    
12  For more information about LinuxSampler visit http://www.linuxsampler.org  For more information about LinuxSampler visit http://www.linuxsampler.org
13    
14    
15    The Latest Version
16    ==================
17    
18    The latest version can be downloaded from
19    http://sourceforge.net/projects/jlscp/
20    
21    See also: http://www.linuxsampler.org/downloads.html
22    
23    
24    License
25    =======
26    
27    This software is licensed under the terms of
28    the GNU General Public License Version 2 (see COPYING file).
29    
30    
31  Requirements  Requirements
32  ============  ============
33    
# Line 84  java -cp /path/to/jlscp/jlscp.jar:. Crea Line 100  java -cp /path/to/jlscp/jlscp.jar:. Crea
100  Notice that on Windows platforms class path entries are separated by  Notice that on Windows platforms class path entries are separated by
101  semicolons (;) instead of colons (:).  semicolons (;) instead of colons (:).
102    
103    Thanks for using jlscp.
104    

Legend:
Removed from v.671  
changed lines
  Added in v.1202

  ViewVC Help
Powered by ViewVC