--- linuxsampler/trunk/src/network/lscpserver.h 2008/12/06 13:49:26 1799 +++ linuxsampler/trunk/src/network/lscpserver.h 2008/12/07 01:26:46 1800 @@ -197,6 +197,10 @@ String GetTotalStreamCount(); String GetTotalVoiceCount(); String GetTotalVoiceCountMax(); + String GetGlobalMaxVoices(); + String SetGlobalMaxVoices(int iVoices); + String GetGlobalMaxStreams(); + String SetGlobalMaxStreams(int iStreams); String GetGlobalVolume(); String SetGlobalVolume(double dVolume); String GetFileInstruments(String Filename);