/[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 526 by schoenebeck, Thu Mar 17 23:56:56 2005 UTC revision 527 by capela, Mon May 9 11:59:58 2005 UTC
# Line 77  class LSCPServer : public Thread { Line 77  class LSCPServer : public Thread {
77          String AddChannel();          String AddChannel();
78          String RemoveChannel(uint uiSamplerChannel);          String RemoveChannel(uint uiSamplerChannel);
79          String GetAvailableEngines();          String GetAvailableEngines();
80            String ListAvailableEngines();
81          String GetEngineInfo(String EngineName);          String GetEngineInfo(String EngineName);
82          String GetChannelInfo(uint uiSamplerChannel);          String GetChannelInfo(uint uiSamplerChannel);
83          String GetVoiceCount(uint uiSamplerChannel);          String GetVoiceCount(uint uiSamplerChannel);
84          String GetStreamCount(uint uiSamplerChannel);          String GetStreamCount(uint uiSamplerChannel);
85          String GetBufferFill(fill_response_t ResponseType, uint uiSamplerChannel);          String GetBufferFill(fill_response_t ResponseType, uint uiSamplerChannel);
86          String GetAvailableAudioOutputDrivers();          String GetAvailableAudioOutputDrivers();
87            String ListAvailableAudioOutputDrivers();
88          String GetAvailableMidiInputDrivers();          String GetAvailableMidiInputDrivers();
89            String ListAvailableMidiInputDrivers();
90          String GetAudioOutputDriverInfo(String Driver);          String GetAudioOutputDriverInfo(String Driver);
91          String GetMidiInputDriverInfo(String Driver);          String GetMidiInputDriverInfo(String Driver);
92  #ifdef __GNUC__  #ifdef __GNUC__

Legend:
Removed from v.526  
changed lines
  Added in v.527

  ViewVC Help
Powered by ViewVC