/[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 973 by schoenebeck, Fri Dec 15 21:40:27 2006 UTC revision 1001 by schoenebeck, Wed Dec 27 16:17:08 2006 UTC
# Line 145  class LSCPServer : public Thread { Line 145  class LSCPServer : public Thread {
145          String GetMidiInstrumentMap(uint MidiMapID);          String GetMidiInstrumentMap(uint MidiMapID);
146          String SetMidiInstrumentMapName(uint MidiMapID, String NewName);          String SetMidiInstrumentMapName(uint MidiMapID, String NewName);
147          String SetChannelMap(uint uiSamplerChannel, int MidiMapID);          String SetChannelMap(uint uiSamplerChannel, int MidiMapID);
148            String CreateFxSend(uint uiSamplerChannel, uint MidiCtrl, String Name = "");
149            String DestroyFxSend(uint uiSamplerChannel, uint FxSendID);
150            String GetFxSends(uint uiSamplerChannel);
151            String ListFxSends(uint uiSamplerChannel);
152            String GetFxSendInfo(uint uiSamplerChannel, uint FxSendID);
153            String SetFxSendAudioOutputChannel(uint uiSamplerChannel, uint FxSendID, uint FxSendChannel, uint DeviceChannel);
154          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
155          String ResetSampler();          String ResetSampler();
156          String GetServerInfo();          String GetServerInfo();

Legend:
Removed from v.973  
changed lines
  Added in v.1001

  ViewVC Help
Powered by ViewVC