--- jsampler/trunk/src/org/jsampler/SamplerModel.java 2005/10/10 16:03:12 787 +++ jsampler/trunk/src/org/jsampler/SamplerModel.java 2006/08/07 18:25:58 911 @@ -31,7 +31,7 @@ /** - * + * A data model representing a sampler. * @author Grigor Iliev */ public interface SamplerModel { @@ -216,6 +216,9 @@ /** * Removes the specified sampler channel. + * Note that this method doesn't remove the channel in the backend, + * it is used to remove the channel from the model when those channel + * is removed in the backend. * @param channelID The ID of the channel to be removed. * @return true if the channel is removed successfully, false * if the channel's list does not contain channel with ID channelID.