--- linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2006/12/27 16:17:08 1001 +++ linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2007/12/31 19:03:31 1607 @@ -3,7 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005, 2006 Christian Schoenebeck * + * Copyright (C) 2005 - 2007 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -87,6 +87,7 @@ virtual optional RangeMinAsInt(std::map Parameters); virtual optional RangeMaxAsInt(std::map Parameters); virtual std::vector PossibilitiesAsInt(std::map Parameters); + virtual int ValueAsInt(); virtual void OnSetValue(int i) throw (Exception); static String Name(); };