--- linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2006/03/17 12:08:46 845 +++ linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2006/03/19 16:38:22 846 @@ -236,6 +236,7 @@ protected: SynchronizedConfig > Engines; ///< All sampler engines that are connected to the audio output device. + SynchronizedConfig >::Reader EnginesReader; ///< Audio thread access to Engines. std::vector Channels; ///< All audio channels of the audio output device. This is just a container; the descendant has to create channels by himself. std::map Parameters; ///< All device parameters.