/[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 562 by capela, Sun May 22 11:27:56 2005 UTC revision 735 by capela, Tue Aug 16 09:48:42 2005 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_mute (client, channel, mute);
129        @ref lscp_set_channel_solo (client, channel, solo);
130      @ref lscp_set_channel_volume (client, channel, volume);      @ref lscp_set_channel_volume (client, channel, volume);
131      @ref lscp_load_instrument (client, file_name, instr_index, channel);      @ref lscp_load_instrument (client, file_name, instr_index, channel);
132      @ref lscp_load_instrument_non_modal (client, file_name, instr_index, channel);      @ref lscp_load_instrument_non_modal (client, file_name, instr_index, channel);
# Line 135  LSCP comand, and regarding the sampler c Line 137  LSCP comand, and regarding the sampler c
137      @ref lscp_reset_channel (client, channel);      @ref lscp_reset_channel (client, channel);
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);
141    
142  </pre>For the audio output and MIDI input device configuration interface,  </pre>For the audio output and MIDI input device configuration interface,
143  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.562  
changed lines
  Added in v.735

  ViewVC Help
Powered by ViewVC