--- linuxsampler/trunk/src/drivers/audio/AudioOutputDevicePlugin.h 2009/07/09 17:37:41 1933 +++ linuxsampler/trunk/src/drivers/audio/AudioOutputDevicePlugin.h 2009/07/12 10:35:55 1934 @@ -1,6 +1,6 @@ /*************************************************************************** * * - * Copyright (C) 2008 Andreas Persson * + * Copyright (C) 2008 - 2009 Andreas Persson * * * * 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 * @@ -86,9 +86,11 @@ uint SampleRate(); String Driver(); AudioChannel* CreateChannel(uint ChannelNr); + bool isAutonomousDevice(); static String Name(); static String Version(); static String Description(); + static bool isAutonomousDriver(); /** * This should be called by the plugin implementation to let