/[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 527 by capela, Mon May 9 11:59:58 2005 UTC revision 563 by schoenebeck, Sun May 22 20:43:32 2005 UTC
# Line 126  class LSCPServer : public Thread { Line 126  class LSCPServer : public Thread {
126          String SetVolume(double dVolume, uint uiSamplerChannel);          String SetVolume(double dVolume, uint uiSamplerChannel);
127          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
128          String ResetSampler();          String ResetSampler();
129            String GetServerInfo();
130          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
131          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
132          String QueryDatabase(String query);          String QueryDatabase(String query);

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

  ViewVC Help
Powered by ViewVC