/[svn]/linuxsampler/trunk/src/network/lscpserver.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1200 by iliev, Thu May 24 14:04:18 2007 UTC revision 1212 by schoenebeck, Tue May 29 23:59:36 2007 UTC
# Line 180  class LSCPServer : public Thread { Line 180  class LSCPServer : public Thread {
180          String CopyDbInstrument(String Instr, String Dst);          String CopyDbInstrument(String Instr, String Dst);
181          String SetDbInstrumentDescription(String Instr, String Desc);          String SetDbInstrumentDescription(String Instr, String Desc);
182          String FindDbInstruments(String Dir, std::map<String,String> Parameters, bool Recursive = true);          String FindDbInstruments(String Dir, std::map<String,String> Parameters, bool Recursive = true);
183            String EditSamplerChannelInstrument(uint uiSamplerChannel);
184          String GetDbInstrumentsJobInfo(int JobId);          String GetDbInstrumentsJobInfo(int JobId);
185          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
186          String ResetSampler();          String ResetSampler();
# Line 261  class LSCPServer : public Thread { Line 262  class LSCPServer : public Thread {
262                   * @param NewCount The new number of sampler channels.                   * @param NewCount The new number of sampler channels.
263                   */                   */
264                  virtual void ChannelCountChanged(int NewCount);                  virtual void ChannelCountChanged(int NewCount);
265            
266                  /**                  /**
267                   * Invoked when the number of audio output devices has changed.                   * Invoked when the number of audio output devices has changed.
268                   * @param NewCount The new number of audio output devices.                   * @param NewCount The new number of audio output devices.
269                   */                   */
270                  virtual void AudioDeviceCountChanged(int NewCount);                  virtual void AudioDeviceCountChanged(int NewCount);
271    
272                  /**                  /**
273                   * Invoked when the number of MIDI input devices has changed.                   * Invoked when the number of MIDI input devices has changed.
274                   * @param NewCount The new number of MIDI input devices.                   * @param NewCount The new number of MIDI input devices.
# Line 280  class LSCPServer : public Thread { Line 281  class LSCPServer : public Thread {
281                   * @param NewCount The new number of MIDI instruments.                   * @param NewCount The new number of MIDI instruments.
282                   */                   */
283                  virtual void MidiInstrumentCountChanged(int MapId, int NewCount);                  virtual void MidiInstrumentCountChanged(int MapId, int NewCount);
284    
285                  /**                  /**
286                   * Invoked when a MIDI instrument in a MIDI instrument map is changed.                   * Invoked when a MIDI instrument in a MIDI instrument map is changed.
287                   * @param MapId The numerical ID of the MIDI instrument map.                   * @param MapId The numerical ID of the MIDI instrument map.
# Line 288  class LSCPServer : public Thread { Line 289  class LSCPServer : public Thread {
289                   * @param Program The MIDI program number of the instrument.                   * @param Program The MIDI program number of the instrument.
290                   */                   */
291                  virtual void MidiInstrumentInfoChanged(int MapId, int Bank, int Program);                  virtual void MidiInstrumentInfoChanged(int MapId, int Bank, int Program);
292        
293                  /**                  /**
294                   * Invoked when the number of MIDI instrument maps has changed.                   * Invoked when the number of MIDI instrument maps has changed.
295                   * @param NewCount The new number of MIDI instruments.                   * @param NewCount The new number of MIDI instruments.
# Line 300  class LSCPServer : public Thread { Line 301  class LSCPServer : public Thread {
301                   * @param MapId The numerical ID of the MIDI instrument map.                   * @param MapId The numerical ID of the MIDI instrument map.
302                   */                   */
303                  virtual void MidiInstrumentMapInfoChanged(int MapId);                  virtual void MidiInstrumentMapInfoChanged(int MapId);
304          
305                  /**                  /**
306                   * Invoked when the number of effect sends                   * Invoked when the number of effect sends
307                   * on the specified sampler channel has changed.                   * on the specified sampler channel has changed.

Legend:
Removed from v.1200  
changed lines
  Added in v.1212

  ViewVC Help
Powered by ViewVC