/[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 1005 by schoenebeck, Fri Dec 29 20:06:14 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();
157          String GetTotalVoiceCount();          String GetTotalVoiceCount();
158          String GetTotalVoiceCountMax();          String GetTotalVoiceCountMax();
159            String GetGlobalVolume();
160            String SetGlobalVolume(double dVolume);
161          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
162          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
163          String QueryDatabase(String query);          String QueryDatabase(String query);

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

  ViewVC Help
Powered by ViewVC