/[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 1026 by schoenebeck, Sun Jan 14 17:10:59 2007 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *   *   Copyright (C) 2005 - 2007 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# 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 SetFxSendMidiController(uint uiSamplerChannel, uint FxSendID, uint MidiController);
155            String SetFxSendLevel(uint uiSamplerChannel, uint FxSendID, double dLevel);
156          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
157          String ResetSampler();          String ResetSampler();
158          String GetServerInfo();          String GetServerInfo();
159          String GetTotalVoiceCount();          String GetTotalVoiceCount();
160          String GetTotalVoiceCountMax();          String GetTotalVoiceCountMax();
161            String GetGlobalVolume();
162            String SetGlobalVolume(double dVolume);
163          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
164          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
165          String QueryDatabase(String query);          String QueryDatabase(String query);

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

  ViewVC Help
Powered by ViewVC