--- linuxsampler/trunk/src/network/lscpserver.h 2005/09/21 19:06:35 777 +++ 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);