/[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 1186 by iliev, Mon Apr 16 15:51:18 2007 UTC revision 1187 by iliev, Wed May 16 14:22:26 2007 UTC
# Line 161  class LSCPServer : public Thread { Line 161  class LSCPServer : public Thread {
161          String SetFxSendLevel(uint uiSamplerChannel, uint FxSendID, double dLevel);          String SetFxSendLevel(uint uiSamplerChannel, uint FxSendID, double dLevel);
162          String AddDbInstrumentDirectory(String Dir);          String AddDbInstrumentDirectory(String Dir);
163          String RemoveDbInstrumentDirectory(String Dir, bool Force = false);          String RemoveDbInstrumentDirectory(String Dir, bool Force = false);
164          String GetDbInstrumentDirectoryCount(String Dir);          String GetDbInstrumentDirectoryCount(String Dir, bool Recursive = false);
165          String GetDbInstrumentDirectories(String Dir);          String GetDbInstrumentDirectories(String Dir, bool Recursive = false);
166          String GetDbInstrumentDirectoryInfo(String Dir);          String GetDbInstrumentDirectoryInfo(String Dir);
167          String SetDbInstrumentDirectoryName(String Dir, String Name);          String SetDbInstrumentDirectoryName(String Dir, String Name);
168          String MoveDbInstrumentDirectory(String Dir, String Dst);          String MoveDbInstrumentDirectory(String Dir, String Dst);
169            String CopyDbInstrumentDirectory(String Dir, String Dst);
170          String SetDbInstrumentDirectoryDescription(String Dir, String Desc);          String SetDbInstrumentDirectoryDescription(String Dir, String Desc);
171            String FindDbInstrumentDirectories(String Dir, std::map<String,String> Parameters, bool Recursive = true);
172          String AddDbInstruments(String DbDir, String FilePath, int Index = -1);          String AddDbInstruments(String DbDir, String FilePath, int Index = -1);
173          String AddDbInstrumentsFlat(String DbDir, String FilePath);          String AddDbInstrumentsFlat(String DbDir, String FilePath);
174          String AddDbInstrumentsNonrecursive(String DbDir, String FsDir);          String AddDbInstrumentsNonrecursive(String DbDir, String FsDir);
175          String RemoveDbInstrument(String Instr);          String RemoveDbInstrument(String Instr);
176          String GetDbInstrumentCount(String Dir);          String GetDbInstrumentCount(String Dir, bool Recursive = false);
177          String GetDbInstruments(String Dir);          String GetDbInstruments(String Dir, bool Recursive = false);
178          String GetDbInstrumentInfo(String Instr);          String GetDbInstrumentInfo(String Instr);
179          String SetDbInstrumentName(String Instr, String Name);          String SetDbInstrumentName(String Instr, String Name);
180          String MoveDbInstrument(String Instr, String Dst);          String MoveDbInstrument(String Instr, String Dst);
181            String CopyDbInstrument(String Instr, String Dst);
182          String SetDbInstrumentDescription(String Instr, String Desc);          String SetDbInstrumentDescription(String Instr, String Desc);
183            String FindDbInstruments(String Dir, std::map<String,String> Parameters, bool Recursive = true);
184          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
185          String ResetSampler();          String ResetSampler();
186          String GetServerInfo();          String GetServerInfo();

Legend:
Removed from v.1186  
changed lines
  Added in v.1187

  ViewVC Help
Powered by ViewVC