/[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 974 by capela, Tue Nov 28 15:31:20 2006 UTC revision 975 by capela, Sun Dec 17 00:59:40 2006 UTC
# Line 125  LSCP comand, and regarding the sampler c Line 125  LSCP comand, and regarding the sampler c
125      @ref lscp_set_channel_midi_type (client, channel, midi_type);      @ref lscp_set_channel_midi_type (client, channel, midi_type);
126      @ref lscp_set_channel_midi_port (client, channel, midi_port);      @ref lscp_set_channel_midi_port (client, channel, midi_port);
127      @ref lscp_set_channel_midi_channel (client, channel, midi_channel);      @ref lscp_set_channel_midi_channel (client, channel, midi_channel);
128        @ref lscp_set_channel_midi_map (client, channel, midi_map);
129      @ref lscp_set_channel_mute (client, channel, mute);      @ref lscp_set_channel_mute (client, channel, mute);
130      @ref lscp_set_channel_solo (client, channel, solo);      @ref lscp_set_channel_solo (client, channel, solo);
131      @ref lscp_set_channel_volume (client, channel, volume);      @ref lscp_set_channel_volume (client, channel, volume);
# Line 144  LSCP comand, and regarding the sampler c Line 145  LSCP comand, and regarding the sampler c
145    
146  </pre>Specific to MIDI instrument mapping interface:<pre>  </pre>Specific to MIDI instrument mapping interface:<pre>
147    
148        @ref lscp_add_midi_instrument_map (client, map_name);
149        @ref lscp_remove_midi_instrument_map (client, midi_map);
150        @ref lscp_get_midi_instrument_maps (client);
151        @ref lscp_list_midi_instrument_maps (client);
152        @ref lscp_get_midi_instrument_map_name (client, midi_map);
153        @ref lscp_set_midi_instrument_map_name (client, midi_map, map_name);
154      @ref lscp_map_midi_instrument (client, midi_instr, engine_name, file_name, instr_index, volume, load_mode, name);      @ref lscp_map_midi_instrument (client, midi_instr, engine_name, file_name, instr_index, volume, load_mode, name);
155      @ref lscp_unmap_midi_instrument (client, midi_instr);      @ref lscp_unmap_midi_instrument (client, midi_instr);
156      @ref lscp_get_midi_instruments (client);      @ref lscp_get_midi_instruments (client, midi_map);
157      @ref lscp_list_midi_instruments (client);      @ref lscp_list_midi_instruments (client, midi_map);
158      @ref lscp_get_midi_instrument_info (client, midi_instr);      @ref lscp_get_midi_instrument_info (client, midi_instr);
159      @ref lscp_clear_midi_instruments (client);      @ref lscp_clear_midi_instruments (client, midi_map);
160    
161  </pre>For the audio output and MIDI input device configuration interface,  </pre>For the audio output and MIDI input device configuration interface,
162  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.974  
changed lines
  Added in v.975

  ViewVC Help
Powered by ViewVC