/[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 1004 by schoenebeck, Wed Dec 27 16:17:08 2006 UTC revision 1005 by schoenebeck, Fri Dec 29 20:06:14 2006 UTC
# Line 156  class LSCPServer : public Thread { Line 156  class LSCPServer : public Thread {
156          String GetServerInfo();          String GetServerInfo();
157          String GetTotalVoiceCount();          String GetTotalVoiceCount();
158          String GetTotalVoiceCountMax();          String GetTotalVoiceCountMax();
159            String GetGlobalVolume();
160            String SetGlobalVolume(double dVolume);
161          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
162          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
163          String QueryDatabase(String query);          String QueryDatabase(String query);

Legend:
Removed from v.1004  
changed lines
  Added in v.1005

  ViewVC Help
Powered by ViewVC