/[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 705 by schoenebeck, Wed Jul 20 21:43:23 2005 UTC revision 778 by iliev, Fri Sep 23 06:58:26 2005 UTC
# Line 130  class LSCPServer : public Thread { Line 130  class LSCPServer : public Thread {
130          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
131          String ResetSampler();          String ResetSampler();
132          String GetServerInfo();          String GetServerInfo();
133            String GetTotalVoiceCount();
134            String GetTotalVoiceCountMax();
135          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
136          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
137          String QueryDatabase(String query);          String QueryDatabase(String query);

Legend:
Removed from v.705  
changed lines
  Added in v.778

  ViewVC Help
Powered by ViewVC