/[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 385 by schoenebeck, Thu Feb 17 02:53:45 2005 UTC revision 411 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC
# Line 70  class LSCPServer : public Thread { Line 70  class LSCPServer : public Thread {
70          String DestroyAudioOutputDevice(uint DeviceIndex);          String DestroyAudioOutputDevice(uint DeviceIndex);
71          String DestroyMidiInputDevice(uint DeviceIndex);          String DestroyMidiInputDevice(uint DeviceIndex);
72          String LoadInstrument(String Filename, uint uiInstrument, uint uiSamplerChannel, bool bBackground = false);          String LoadInstrument(String Filename, uint uiInstrument, uint uiSamplerChannel, bool bBackground = false);
73          String LoadEngine(String EngineName, uint uiSamplerChannel);          String SetEngineType(String EngineName, uint uiSamplerChannel);
74          String GetChannels();          String GetChannels();
75          String ListChannels();          String ListChannels();
76          String AddChannel();          String AddChannel();
# Line 124  class LSCPServer : public Thread { Line 124  class LSCPServer : public Thread {
124          String ResetSampler();          String ResetSampler();
125          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
126          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
127            String QueryDatabase(String query);
128          String SetEcho(yyparse_param_t* pSession, double boolean_value);          String SetEcho(yyparse_param_t* pSession, double boolean_value);
129          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
130    

Legend:
Removed from v.385  
changed lines
  Added in v.411

  ViewVC Help
Powered by ViewVC