/[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 1352 by iliev, Sun Sep 16 23:06:10 2007 UTC revision 1353 by iliev, Mon Sep 17 23:15:25 2007 UTC
# Line 180  class LSCPServer : public Thread { Line 180  class LSCPServer : public Thread {
180          String CopyDbInstrument(String Instr, String Dst);          String CopyDbInstrument(String Instr, String Dst);
181          String SetDbInstrumentDescription(String Instr, String Desc);          String SetDbInstrumentDescription(String Instr, String Desc);
182          String FindDbInstruments(String Dir, std::map<String,String> Parameters, bool Recursive = true);          String FindDbInstruments(String Dir, std::map<String,String> Parameters, bool Recursive = true);
183            String FormatInstrumentsDb();
184          String EditSamplerChannelInstrument(uint uiSamplerChannel);          String EditSamplerChannelInstrument(uint uiSamplerChannel);
185          String GetDbInstrumentsJobInfo(int JobId);          String GetDbInstrumentsJobInfo(int JobId);
186          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);

Legend:
Removed from v.1352  
changed lines
  Added in v.1353

  ViewVC Help
Powered by ViewVC