/[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 1019 by capela, Thu Jan 11 12:33:05 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);
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);
159    
160  </pre>Specific to MIDI instrument mapping interface:<pre>  </pre>Specific to MIDI instrument mapping interface:<pre>
161    
# Line 200  the following functions are respectively Line 203  the following functions are respectively
203      @ref lscp_get_midi_port_param_info (client, midi_device, midi_port, param);      @ref lscp_get_midi_port_param_info (client, midi_device, midi_port, param);
204      @ref lscp_set_midi_port_param (client, midi_device, midi_port, param);      @ref lscp_set_midi_port_param (client, midi_device, midi_port, param);
205    
206    </pre>For editing instruments while playing them with the sampler:<pre>
207    
208        @ref lscp_edit_channel_instrument (client, channel);
209    
210  </pre>Most of these functions are wrappers to @ref lscp_client_query, and some will handle  </pre>Most of these functions are wrappers to @ref lscp_client_query, and some will handle
211  and change the result string accordingly.  and change the result string accordingly.
212    
# Line 264  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 285  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.1019  
changed lines
  Added in v.3661

  ViewVC Help
Powered by ViewVC