--- linuxsampler/trunk/src/network/lscpserver.h 2005/07/20 21:43:23 705 +++ linuxsampler/trunk/src/network/lscpserver.h 2005/09/23 06:58:26 778 @@ -130,6 +130,8 @@ String ResetChannel(uint uiSamplerChannel); String ResetSampler(); String GetServerInfo(); + String GetTotalVoiceCount(); + String GetTotalVoiceCountMax(); String SubscribeNotification(LSCPEvent::event_t); String UnsubscribeNotification(LSCPEvent::event_t); String QueryDatabase(String query);