--- linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2006/07/01 13:43:04 890 +++ linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2006/12/27 16:17:08 1001 @@ -230,6 +230,12 @@ void AcquireChannels(uint Channels); /** + * Returns the amount of audio channels (including the so called + * "mix channels") the device is currently providing. + */ + uint ChannelCount(); + + /** * Returns all device parameter settings. */ std::map DeviceParameters();