--- linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceFactory.cpp 2007/11/14 23:42:15 1481 +++ linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceFactory.cpp 2007/12/31 15:33:54 1604 @@ -61,6 +61,7 @@ REGISTER_AUDIO_OUTPUT_DRIVER(AudioOutputDeviceJack); /* Common parameters for now they'll have to be registered here. */ REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterActive); + REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterSampleRate); REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterChannels); /* Driver specific parameters */ REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterName);