/[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 155 by senkov, Mon Jun 28 04:30:11 2004 UTC revision 159 by capela, Tue Jun 29 21:11:50 2004 UTC
# Line 98  class LSCPServer : public Thread { Line 98  class LSCPServer : public Thread {
98          String SetAudioOutputChannelParameter(uint DeviceId, uint ChannelId, String ParamKey, String ParamVal);          String SetAudioOutputChannelParameter(uint DeviceId, uint ChannelId, String ParamKey, String ParamVal);
99          String SetAudioOutputDeviceParameter(uint DeviceIndex, String ParamKey, String ParamVal);          String SetAudioOutputDeviceParameter(uint DeviceIndex, String ParamKey, String ParamVal);
100          String SetMidiInputDeviceParameter(uint DeviceIndex, String ParamKey, String ParamVal);          String SetMidiInputDeviceParameter(uint DeviceIndex, String ParamKey, String ParamVal);
101          String SetMidiInputPortParameter(uint DeviceIndex, uint PortIndex, String ParamKey, String ParamVal);          String SetMidiInputPortParameter(uint DeviceIndex, uint PortIndex, String ParamKey, String ParamVal);
102          String SetAudioOutputChannel(uint ChannelAudioOutputChannel, uint AudioOutputDeviceInputChannel, uint uiSamplerChannel);          String SetAudioOutputChannel(uint ChannelAudioOutputChannel, uint AudioOutputDeviceInputChannel, uint uiSamplerChannel);
103            String SetAudioOutputDevice(uint AudioDeviceId, uint SamplerChannel);
104          String SetAudioOutputType(String AudioOutputDriver, uint uiSamplerChannel);          String SetAudioOutputType(String AudioOutputDriver, uint uiSamplerChannel);
105            String SetMIDIInputPort(uint MIDIPort, uint uiSamplerChannel);
106            String SetMIDIInputChannel(uint MIDIChannel, uint uiSamplerChannel);
107            String SetMIDIInputDevice(uint MIDIDeviceId, uint uiSamplerChannel);
108          String SetMIDIInputType(String MidiInputDriver, uint uiSamplerChannel);          String SetMIDIInputType(String MidiInputDriver, uint uiSamplerChannel);
109          String SetMIDIInput(uint MIDIDevice, uint MIDIPort, uint MIDIChannel, uint uiSamplerChannel);          String SetMIDIInput(uint MIDIDeviceId, uint MIDIPort, uint MIDIChannel, uint uiSamplerChannel);
         String SetAudioOutputDevice(uint AudioDeviceId, uint SamplerChannel);  
110          String SetVolume(double Volume, uint uiSamplerChannel);          String SetVolume(double Volume, uint uiSamplerChannel);
111          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
112          String SubscribeNotification(event_t Event);          String SubscribeNotification(event_t Event);

Legend:
Removed from v.155  
changed lines
  Added in v.159

  ViewVC Help
Powered by ViewVC