/[svn]/linuxsampler/trunk/src/network/lscpserver.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1771 by iliev, Wed Sep 10 15:02:24 2008 UTC revision 1800 by schoenebeck, Sun Dec 7 01:26:46 2008 UTC
# Line 176  class LSCPServer : public Thread { Line 176  class LSCPServer : public Thread {
176          String SetDbInstrumentDirectoryDescription(String Dir, String Desc);          String SetDbInstrumentDirectoryDescription(String Dir, String Desc);
177          String FindDbInstrumentDirectories(String Dir, std::map<String,String> Parameters, bool Recursive = true);          String FindDbInstrumentDirectories(String Dir, std::map<String,String> Parameters, bool Recursive = true);
178          String AddDbInstruments(String DbDir, String FilePath, int Index = -1, bool bBackground = false);          String AddDbInstruments(String DbDir, String FilePath, int Index = -1, bool bBackground = false);
179          String AddDbInstruments(String ScanMode, String DbDir, String FsDir, bool bBackground = false);          String AddDbInstruments(String ScanMode, String DbDir, String FsDir, bool bBackground = false, bool insDir = false);
180          String RemoveDbInstrument(String Instr);          String RemoveDbInstrument(String Instr);
181          String GetDbInstrumentCount(String Dir, bool Recursive = false);          String GetDbInstrumentCount(String Dir, bool Recursive = false);
182          String GetDbInstruments(String Dir, bool Recursive = false);          String GetDbInstruments(String Dir, bool Recursive = false);
# Line 197  class LSCPServer : public Thread { Line 197  class LSCPServer : public Thread {
197          String GetTotalStreamCount();          String GetTotalStreamCount();
198          String GetTotalVoiceCount();          String GetTotalVoiceCount();
199          String GetTotalVoiceCountMax();          String GetTotalVoiceCountMax();
200            String GetGlobalMaxVoices();
201            String SetGlobalMaxVoices(int iVoices);
202            String GetGlobalMaxStreams();
203            String SetGlobalMaxStreams(int iStreams);
204          String GetGlobalVolume();          String GetGlobalVolume();
205          String SetGlobalVolume(double dVolume);          String SetGlobalVolume(double dVolume);
206          String GetFileInstruments(String Filename);          String GetFileInstruments(String Filename);

Legend:
Removed from v.1771  
changed lines
  Added in v.1800

  ViewVC Help
Powered by ViewVC