--- linuxsampler/trunk/src/network/lscpserver.h 2007/11/14 23:42:15 1481 +++ linuxsampler/trunk/src/network/lscpserver.h 2007/11/25 17:47:46 1525 @@ -195,6 +195,9 @@ String GetTotalVoiceCountMax(); String GetGlobalVolume(); String SetGlobalVolume(double dVolume); + String GetFileInstruments(String Filename); + String ListFileInstruments(String Filename); + String GetFileInstrumentInfo(String Filename, uint InstrumentID); String SubscribeNotification(LSCPEvent::event_t); String UnsubscribeNotification(LSCPEvent::event_t); String SetEcho(yyparse_param_t* pSession, double boolean_value);