/[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 975 by capela, Sun Dec 17 00:59:40 2006 UTC revision 1665 by schoenebeck, Mon Feb 4 13:02:30 2008 UTC
# Line 142  LSCP comand, and regarding the sampler c Line 142  LSCP comand, and regarding the sampler c
142      @ref lscp_get_server_info (client);      @ref lscp_get_server_info (client);
143      @ref lscp_get_total_voice_count (client);      @ref lscp_get_total_voice_count (client);
144      @ref lscp_get_total_voice_count_max (client);      @ref lscp_get_total_voice_count_max (client);
145        @ref lscp_get_volume (client);
146        @ref lscp_set_volume (client);
147    
148    </pre>Specific for sampler channel effect sends control:<pre>
149    
150        @ref lscp_create_fxsend (client, channel, midi_controller, name);
151        @ref lscp_destroy_fxsend (client, channel, fxsend);
152        @ref lscp_get_fxsends (client, channel);
153        @ref lscp_list_fxsends (client, channel);
154        @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);
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 189  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    

Legend:
Removed from v.975  
changed lines
  Added in v.1665

  ViewVC Help
Powered by ViewVC