/[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 1005 by schoenebeck, Fri Dec 29 20:06:14 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 151  class LSCPServer : public Thread { Line 151  class LSCPServer : public Thread {
151          String ListFxSends(uint uiSamplerChannel);          String ListFxSends(uint uiSamplerChannel);
152          String GetFxSendInfo(uint uiSamplerChannel, uint FxSendID);          String GetFxSendInfo(uint uiSamplerChannel, uint FxSendID);
153          String SetFxSendAudioOutputChannel(uint uiSamplerChannel, uint FxSendID, uint FxSendChannel, uint DeviceChannel);          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();

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

  ViewVC Help
Powered by ViewVC