--- linuxsampler/trunk/src/network/lscpserver.h 2004/08/17 20:35:04 219 +++ linuxsampler/trunk/src/network/lscpserver.h 2004/08/22 14:46:47 225 @@ -114,7 +114,7 @@ String SetMIDIInputDevice(uint MIDIDeviceId, uint uiSamplerChannel); String SetMIDIInputType(String MidiInputDriver, uint uiSamplerChannel); String SetMIDIInput(uint MIDIDeviceId, uint MIDIPort, uint MIDIChannel, uint uiSamplerChannel); - String SetVolume(double Volume, uint uiSamplerChannel); + String SetVolume(double dVolume, uint uiSamplerChannel); String ResetChannel(uint uiSamplerChannel); String ResetSampler(); String SubscribeNotification(LSCPEvent::event_t);