/[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 1018 by capela, Sun Dec 17 00:59:40 2006 UTC revision 1019 by capela, Thu Jan 11 12:33:05 2007 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_audio_channel (client, channel, fxsend, audio_src, audio_dst);
156    
157  </pre>Specific to MIDI instrument mapping interface:<pre>  </pre>Specific to MIDI instrument mapping interface:<pre>
158    

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

  ViewVC Help
Powered by ViewVC