/[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 1412 by capela, Fri Oct 12 22:43:38 2007 UTC revision 2468 by capela, Mon Sep 9 20:54:28 2013 UTC
# Line 152  LSCP comand, and regarding the sampler c Line 152  LSCP comand, and regarding the sampler c
152      @ref lscp_get_fxsends (client, channel);      @ref lscp_get_fxsends (client, channel);
153      @ref lscp_list_fxsends (client, channel);      @ref lscp_list_fxsends (client, channel);
154      @ref lscp_get_fxsend_info (client, channel, fxsend);      @ref lscp_get_fxsend_info (client, channel, fxsend);
155        @ref lscp_set_fxsend_name (client, channel, fxsend, name);
156      @ref lscp_set_fxsend_midi_controller (client, channel, fxsend, midi_controller);      @ref lscp_set_fxsend_midi_controller (client, channel, fxsend, midi_controller);
157      @ref lscp_set_fxsend_audio_channel (client, channel, fxsend, audio_src, audio_dst);      @ref lscp_set_fxsend_audio_channel (client, channel, fxsend, audio_src, audio_dst);
158      @ref lscp_set_fxsend_level (client, channel, fxsend, level);      @ref lscp_set_fxsend_level (client, channel, fxsend, level);
# Line 270  the server destructor:<pre> Line 271  the server destructor:<pre>
271    
272  Nuff said. If you care or dare, track the revolving under:  Nuff said. If you care or dare, track the revolving under:
273    
274  - http://www.rncbc.org/ls/  - http://www.rncbc.org/linuxsampler/
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  win32 (!). On Linux the main target is a shared library (liblscp.so) so
278  remember to set your LS_LIBRARY_PATH accordingly before running the test  remember to set your LD_LIBRARY_PATH accordingly before running the test
279  programs.  programs.
280    
281  A final disclaimer goes to the fact that I AM NOT a socket nor thread  A final disclaimer goes to the fact that I AM NOT a socket nor thread
282  programming guru, whatsoever. So fundamental mistakes may be lying around,  programming guru, whatsoever. So fundamental mistakes may be laying around,
283  somewhere. Besides that ItJustWorks(tm:).  somewhere. Besides that ItJustWorks(tm:).
284    
285  I'm eager to hear your feedback and comments. As usual, destructive  I'm eager to hear your feedback and comments. As usual, destructive

Legend:
Removed from v.1412  
changed lines
  Added in v.2468

  ViewVC Help
Powered by ViewVC