/[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 53 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 64 by schoenebeck, Thu May 6 20:06:20 2004 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003 by Benno Senoner and Christian Schoenebeck         *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *                                                                         *   *                                                                         *
7   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
8   *   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 68  class LSCPServer : public Thread { Line 68  class LSCPServer : public Thread {
68          String GetVoiceCount(uint uiSamplerChannel);          String GetVoiceCount(uint uiSamplerChannel);
69          String GetStreamCount(uint uiSamplerChannel);          String GetStreamCount(uint uiSamplerChannel);
70          String GetBufferFill(fill_response_t ResponseType, uint uiSamplerChannel);          String GetBufferFill(fill_response_t ResponseType, uint uiSamplerChannel);
71          String SetAudioOutputType(audio_output_type_t AudioOutputType, uint uiSamplerChannel);          String SetAudioOutputType(AudioOutputDevice::type_t AudioOutputType, uint uiSamplerChannel);
72          String SetAudioOutputChannel(uint AudioOutputChannel, uint uiSamplerChannel);          String SetAudioOutputChannel(uint AudioOutputChannel, uint uiSamplerChannel);
73          String SetMIDIInputType(midi_input_type_t MidiInputType, uint uiSamplerChannel);          String SetMIDIInputType(MidiInputDevice::type_t MidiInputType, uint uiSamplerChannel);
74          String SetMIDIInputPort(String MIDIInputPort, uint uiSamplerchannel);          String SetMIDIInputPort(String MIDIInputPort, uint uiSamplerchannel);
75          String SetMIDIInputChannel(uint MIDIChannel, uint uiSamplerChannel);          String SetMIDIInputChannel(uint MIDIChannel, uint uiSamplerChannel);
76          String SetVolume(double Volume, uint uiSamplerChannel);          String SetVolume(double Volume, uint uiSamplerChannel);

Legend:
Removed from v.53  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC