/[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 778 by iliev, Fri Sep 23 06:58:26 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();
133            String GetTotalVoiceCount();
134            String GetTotalVoiceCountMax();
135          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
136          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
137          String QueryDatabase(String query);          String QueryDatabase(String query);
# Line 163  class LSCPServer : public Thread { Line 167  class LSCPServer : public Thread {
167           */           */
168          int GetMidiInputDeviceIndex (MidiInputDevice *pDevice);          int GetMidiInputDeviceIndex (MidiInputDevice *pDevice);
169    
170            bool HasSoloChannel();
171            void MuteNonSoloChannels();
172            void UnmuteChannels();
173    
174          static std::map<int,String> bufferedNotifies;          static std::map<int,String> bufferedNotifies;
175          static Mutex NotifyMutex;          static Mutex NotifyMutex;
176          static Mutex NotifyBufferMutex;          static Mutex NotifyBufferMutex;

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

  ViewVC Help
Powered by ViewVC