/[svn]/jsampler/trunk/src/org/jsampler/SamplerModel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/SamplerModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 910 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 31  import org.linuxsampler.lscp.*; Line 31  import org.linuxsampler.lscp.*;
31    
32    
33  /**  /**
34   *   * A data model representing a sampler.
35   * @author Grigor Iliev   * @author Grigor Iliev
36   */   */
37  public interface SamplerModel {  public interface SamplerModel {
# Line 216  public interface SamplerModel { Line 216  public interface SamplerModel {
216                    
217          /**          /**
218           * Removes the specified sampler channel.           * Removes the specified sampler channel.
219             * Note that this method doesn't remove the channel in the backend,
220             * it is used to remove the channel from the model when those channel
221             * is removed in the backend.
222           * @param channelID The ID of the channel to be removed.           * @param channelID The ID of the channel to be removed.
223           * @return <code>true</code> if the channel is removed successfully, <code>false</code>           * @return <code>true</code> if the channel is removed successfully, <code>false</code>
224           * if the channel's list does not contain channel with ID <code>channelID</code>.           * if the channel's list does not contain channel with ID <code>channelID</code>.

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC