/[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 1031 by capela, Mon Jan 15 11:08:28 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_midi_controller (client, channel, fxsend, midi_controller);
156        @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    

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

  ViewVC Help
Powered by ViewVC