/[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 1742 by iliev, Thu May 8 17:26:19 2008 UTC revision 1743 by iliev, Sat May 31 23:04:01 2008 UTC
# Line 356  public interface SamplerModel { Line 356  public interface SamplerModel {
356          public SamplerChannelModel getChannelById(int channelId);          public SamplerChannelModel getChannelById(int channelId);
357                    
358          /**          /**
359             * Gets the position of the specified channel.
360             * @param channel The model of the channel.
361             * @return The position of the specified channel in the channel list or -1
362             * if the channel is not in the list.
363             */
364            public int getChannelIndex(SamplerChannelModel channel);
365            
366            /**
367           * Gets the current number of sampler channels.           * Gets the current number of sampler channels.
368           * @return The current number of sampler channels.           * @return The current number of sampler channels.
369           */           */

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

  ViewVC Help
Powered by ViewVC