/[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 1134 by iliev, Mon Mar 26 08:27:06 2007 UTC revision 1135 by iliev, Thu Mar 29 09:40:45 2007 UTC
# Line 150  class LSCPServer : public Thread { Line 150  class LSCPServer : public Thread {
150          String GetFxSends(uint uiSamplerChannel);          String GetFxSends(uint uiSamplerChannel);
151          String ListFxSends(uint uiSamplerChannel);          String ListFxSends(uint uiSamplerChannel);
152          String GetFxSendInfo(uint uiSamplerChannel, uint FxSendID);          String GetFxSendInfo(uint uiSamplerChannel, uint FxSendID);
153            String SetFxSendName(uint uiSamplerChannel, uint FxSendID, String Name);
154          String SetFxSendAudioOutputChannel(uint uiSamplerChannel, uint FxSendID, uint FxSendChannel, uint DeviceChannel);          String SetFxSendAudioOutputChannel(uint uiSamplerChannel, uint FxSendID, uint FxSendChannel, uint DeviceChannel);
155          String SetFxSendMidiController(uint uiSamplerChannel, uint FxSendID, uint MidiController);          String SetFxSendMidiController(uint uiSamplerChannel, uint FxSendID, uint MidiController);
156          String SetFxSendLevel(uint uiSamplerChannel, uint FxSendID, double dLevel);          String SetFxSendLevel(uint uiSamplerChannel, uint FxSendID, double dLevel);
# Line 194  class LSCPServer : public Thread { Line 195  class LSCPServer : public Thread {
195           */           */
196          int GetMidiInputDeviceIndex (MidiInputDevice *pDevice);          int GetMidiInputDeviceIndex (MidiInputDevice *pDevice);
197    
198            EngineChannel* GetEngineChannel(uint uiSamplerChannel);
199    
200                    /**
201                     * Gets the specified effect send on the specified sampler channel.
202                     */
203                    FxSend* GetFxSend(uint uiSamplerChannel, uint FxSendID);
204    
205          bool HasSoloChannel();          bool HasSoloChannel();
206          void MuteNonSoloChannels();          void MuteNonSoloChannels();
207          void UnmuteChannels();          void UnmuteChannels();

Legend:
Removed from v.1134  
changed lines
  Added in v.1135

  ViewVC Help
Powered by ViewVC