/[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 667 by senkov, Sun Jun 19 21:22:34 2005 UTC revision 705 by schoenebeck, Wed Jul 20 21:43:23 2005 UTC
# Line 125  class LSCPServer : public Thread { Line 125  class LSCPServer : public Thread {
125          String SetMIDIInputType(String MidiInputDriver, uint uiSamplerChannel);          String SetMIDIInputType(String MidiInputDriver, uint uiSamplerChannel);
126          String SetMIDIInput(uint MIDIDeviceId, uint MIDIPort, uint MIDIChannel, uint uiSamplerChannel);          String SetMIDIInput(uint MIDIDeviceId, uint MIDIPort, uint MIDIChannel, uint uiSamplerChannel);
127          String SetVolume(double dVolume, uint uiSamplerChannel);          String SetVolume(double dVolume, uint uiSamplerChannel);
128            String SetChannelMute(bool bMute, uint uiSamplerChannel);
129            String SetChannelSolo(bool bSolo, uint uiSamplerChannel);
130          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
131          String ResetSampler();          String ResetSampler();
132          String GetServerInfo();          String GetServerInfo();
# Line 163  class LSCPServer : public Thread { Line 165  class LSCPServer : public Thread {
165           */           */
166          int GetMidiInputDeviceIndex (MidiInputDevice *pDevice);          int GetMidiInputDeviceIndex (MidiInputDevice *pDevice);
167    
168            bool HasSoloChannel();
169            void MuteNonSoloChannels();
170            void UnmuteChannels();
171    
172          static std::map<int,String> bufferedNotifies;          static std::map<int,String> bufferedNotifies;
173          static Mutex NotifyMutex;          static Mutex NotifyMutex;
174          static Mutex NotifyBufferMutex;          static Mutex NotifyBufferMutex;

Legend:
Removed from v.667  
changed lines
  Added in v.705

  ViewVC Help
Powered by ViewVC