/[svn]/liblscp/trunk/doc/reference.dox
ViewVC logotype

Diff of /liblscp/trunk/doc/reference.dox

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

revision 3661 by capela, Sat Dec 21 11:57:22 2019 UTC revision 3830 by capela, Sat Oct 10 19:54:18 2020 UTC
# Line 10  Hi all, Line 10  Hi all,
10  On the path to a GUI for linuxsampler, I've been taking some of my spare  On the path to a GUI for linuxsampler, I've been taking some of my spare
11  time by writing an early implementation for the LSCP (the LinuxSampler  time by writing an early implementation for the LSCP (the LinuxSampler
12  Control Protocol), as defined from the current available draft document  Control Protocol), as defined from the current available draft document
13  (http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html).  (https://www.linuxsampler.org/api/draft-linuxsampler-protocol.html).
14    
15  My implementation, while still rather crude, is taking the form of a  My implementation, while still rather crude, is taking the form of a
16  programming library for plain conventional C, codenamed liblscp.  programming library for plain conventional C, codenamed liblscp.
# Line 139  LSCP comand, and regarding the sampler c Line 139  LSCP comand, and regarding the sampler c
139      @ref lscp_remove_channel (client, channel);      @ref lscp_remove_channel (client, channel);
140      @ref lscp_reset_sampler (client);      @ref lscp_reset_sampler (client);
141      @ref lscp_get_server_info (client);      @ref lscp_get_server_info (client);
     @ref lscp_get_server_info (client);  
142      @ref lscp_get_total_voice_count (client);      @ref lscp_get_total_voice_count (client);
143      @ref lscp_get_total_voice_count_max (client);      @ref lscp_get_total_voice_count_max (client);
144      @ref lscp_get_volume (client);      @ref lscp_get_volume (client);
# Line 275  Nuff said. If you care or dare, track th Line 274  Nuff said. If you care or dare, track th
274  - https://www.rncbc.org/archive/#liblscp  - https://www.rncbc.org/archive/#liblscp
275    
276  Please note that the code is known to compile and run on Linux AND on  Please note that the code is known to compile and run on Linux AND on
277  win32 (!). On Linux the main target is a shared library (liblscp.so) so  Windows (!). On Linux the main target is a shared library (liblscp.so) so
278  remember to set your LD_LIBRARY_PATH accordingly before running the test  remember to set your LD_LIBRARY_PATH accordingly before running the test
279  programs.  programs.
280    

Legend:
Removed from v.3661  
changed lines
  Added in v.3830

  ViewVC Help
Powered by ViewVC