/[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 3661 by capela, Sat Dec 21 11:57:22 2019 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/  - https://www.rncbc.org/snapshots/#liblscp
275    - https://www.rncbc.org/archive/#liblscp
276    
277  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
278  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
279  remember to set your LS_LIBRARY_PATH accordingly before running the test  remember to set your LD_LIBRARY_PATH accordingly before running the test
280  programs.  programs.
281    
282  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
283  programming guru, whatsoever. So fundamental mistakes may be lying around,  programming guru, whatsoever. So fundamental mistakes may be laying around,
284  somewhere. Besides that ItJustWorks(tm:).  somewhere. Besides that ItJustWorks(tm:).
285    
286  I'm eager to hear your feedback and comments. As usual, destructive  I'm eager to hear your feedback and comments. As usual, destructive
# Line 291  Otherwise sorry for the bandwidth waste. Line 293  Otherwise sorry for the bandwidth waste.
293  Cheers.  Cheers.
294    
295  rncbc aka Rui Nuno Capela  rncbc aka Rui Nuno Capela
296  rncbc@rncbc.org  rncbc at rncbc.org
297    
298  @see http://www.linuxsampler.org  @see https://www.linuxsampler.org
299    
300  */  */

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

  ViewVC Help
Powered by ViewVC