--- jlscp/trunk/src/org/linuxsampler/lscp/Device.java 2007/03/31 09:33:40 1138 +++ jlscp/trunk/src/org/linuxsampler/lscp/Device.java 2007/04/02 20:43:58 1139 @@ -1,7 +1,7 @@ /* * jlscp - a java LinuxSampler control protocol API * - * Copyright (C) 2005 Grigor Kirilov Iliev + * Copyright (C) 2005-2006 Grigor Iliev * * This file is part of jlscp. * @@ -32,7 +32,7 @@ * Gets the numerical ID of this device. * @return The numerical ID of this device or -1 if the device number is not set. */ - public int getDeviceID(); + public int getDeviceId(); /** * Gets the driver name used by this device. @@ -47,6 +47,13 @@ public boolean isActive(); /** + * Gets the ACTIVE parameter. + * @return A Parameter instance + * representing the active state of the device. + */ + public Parameter getActiveParameter(); + + /** * Gets Parameter array with the additional parameters of this device. * @return Parameter array with the additional parameters of this device. */