--- linuxsampler/trunk/src/network/lscpserver.h 2006/12/27 16:17:08 1001 +++ linuxsampler/trunk/src/network/lscpserver.h 2006/12/29 20:06:14 1005 @@ -156,6 +156,8 @@ String GetServerInfo(); String GetTotalVoiceCount(); String GetTotalVoiceCountMax(); + String GetGlobalVolume(); + String SetGlobalVolume(double dVolume); String SubscribeNotification(LSCPEvent::event_t); String UnsubscribeNotification(LSCPEvent::event_t); String QueryDatabase(String query);