/[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 1743 by iliev, Sat May 31 23:04:01 2008 UTC revision 1818 by iliev, Wed Dec 24 17:29:47 2008 UTC
# Line 394  public interface SamplerModel { Line 394  public interface SamplerModel {
394          public boolean removeChannelById(int channelId);          public boolean removeChannelById(int channelId);
395                    
396          /**          /**
397             * Removes all sampler channels.
398             * Note that this method doesn't remove the channel in the backend.
399             */
400            public void removeAllChannels();
401            
402            /**
403           * Schedules a new task for removing the specified sampler channel on the backend side.           * Schedules a new task for removing the specified sampler channel on the backend side.
404           * @param channelId The ID of the channel to be removed.           * @param channelId The ID of the channel to be removed.
405           */           */

Legend:
Removed from v.1743  
changed lines
  Added in v.1818

  ViewVC Help
Powered by ViewVC