--- linuxsampler/trunk/src/network/lscpserver.h 2004/04/26 17:15:51 53 +++ linuxsampler/trunk/src/network/lscpserver.h 2004/05/06 20:06:20 64 @@ -2,7 +2,7 @@ * * * LinuxSampler - modular, streaming capable sampler * * * - * Copyright (C) 2003 by Benno Senoner and Christian Schoenebeck * + * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -68,9 +68,9 @@ String GetVoiceCount(uint uiSamplerChannel); String GetStreamCount(uint uiSamplerChannel); String GetBufferFill(fill_response_t ResponseType, uint uiSamplerChannel); - String SetAudioOutputType(audio_output_type_t AudioOutputType, uint uiSamplerChannel); + String SetAudioOutputType(AudioOutputDevice::type_t AudioOutputType, uint uiSamplerChannel); String SetAudioOutputChannel(uint AudioOutputChannel, uint uiSamplerChannel); - String SetMIDIInputType(midi_input_type_t MidiInputType, uint uiSamplerChannel); + String SetMIDIInputType(MidiInputDevice::type_t MidiInputType, uint uiSamplerChannel); String SetMIDIInputPort(String MIDIInputPort, uint uiSamplerchannel); String SetMIDIInputChannel(uint MIDIChannel, uint uiSamplerChannel); String SetVolume(double Volume, uint uiSamplerChannel);