/[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 1412 by capela, Fri Oct 12 22:43:38 2007 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_midi_controller (client, channel, fxsend, midi_controller);
156      @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);
157        @ref lscp_set_fxsend_level (client, channel, fxsend, level);
158    
159  </pre>Specific to MIDI instrument mapping interface:<pre>  </pre>Specific to MIDI instrument mapping interface:<pre>
160    
# Line 200  the following functions are respectively Line 202  the following functions are respectively
202      @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);
203      @ref lscp_set_midi_port_param (client, midi_device, midi_port, param);      @ref lscp_set_midi_port_param (client, midi_device, midi_port, param);
204    
205    </pre>For editing instruments while playing them with the sampler:<pre>
206    
207        @ref lscp_edit_channel_instrument (client, channel);
208    
209  </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
210  and change the result string accordingly.  and change the result string accordingly.
211    

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

  ViewVC Help
Powered by ViewVC