/[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 945 by capela, Tue Aug 16 09:48:42 2005 UTC revision 946 by capela, Mon Nov 27 18:33:02 2006 UTC
# Line 138  LSCP comand, and regarding the sampler c Line 138  LSCP comand, and regarding the sampler c
138      @ref lscp_remove_channel (client, channel);      @ref lscp_remove_channel (client, channel);
139      @ref lscp_reset_sampler (client);      @ref lscp_reset_sampler (client);
140      @ref lscp_get_server_info (client);      @ref lscp_get_server_info (client);
141        @ref lscp_get_server_info (client);
142        @ref lscp_get_total_voice_count (client);
143        @ref lscp_get_total_voice_count_max (client);
144    
145    </pre>Specific to MIDI instrument mapping interface:<pre>
146    
147        @ref lscp_map_midi_instrument (client, midi_instr, engine_name, file_name, instr_index, volume, load_mode, name);
148        @ref lscp_unmap_midi_instrument (client, midi_instr);
149        @ref lscp_get_midi_instruments (client);
150        @ref lscp_get_midi_instrument_info (client, midi_instr);
151        @ref lscp_clear_midi_instruments (client);
152    
153  </pre>For the audio output and MIDI input device configuration interface,  </pre>For the audio output and MIDI input device configuration interface,
154  the following functions are respectively defined in <lscp/@ref:device.h>:<pre>  the following functions are respectively defined in <lscp/@ref:device.h>:<pre>

Legend:
Removed from v.945  
changed lines
  Added in v.946

  ViewVC Help
Powered by ViewVC