/[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 1799 by iliev, Mon Sep 29 18:21:21 2008 UTC revision 1800 by schoenebeck, Sun Dec 7 01:26:46 2008 UTC
# Line 197  class LSCPServer : public Thread { Line 197  class LSCPServer : public Thread {
197          String GetTotalStreamCount();          String GetTotalStreamCount();
198          String GetTotalVoiceCount();          String GetTotalVoiceCount();
199          String GetTotalVoiceCountMax();          String GetTotalVoiceCountMax();
200            String GetGlobalMaxVoices();
201            String SetGlobalMaxVoices(int iVoices);
202            String GetGlobalMaxStreams();
203            String SetGlobalMaxStreams(int iStreams);
204          String GetGlobalVolume();          String GetGlobalVolume();
205          String SetGlobalVolume(double dVolume);          String SetGlobalVolume(double dVolume);
206          String GetFileInstruments(String Filename);          String GetFileInstruments(String Filename);

Legend:
Removed from v.1799  
changed lines
  Added in v.1800

  ViewVC Help
Powered by ViewVC