--- linuxsampler/trunk/src/network/lscpserver.h 2004/06/20 16:49:47 137 +++ linuxsampler/trunk/src/network/lscpserver.h 2004/06/20 23:18:24 138 @@ -57,7 +57,7 @@ LSCPServer(Sampler* pSampler); // Methods called by the parser - String CreateAudioOutputDevice(String Driver, std::map Parameters); + String CreateAudioOutputDevice(String Driver, std::map Parameters = StringMap()); String DestroyAudioOutputDevice(uint DeviceIndex); String LoadInstrument(String Filename, uint uiInstrument, uint uiSamplerChannel, bool bBackground = false); String LoadEngine(String EngineName, uint uiSamplerChannel);