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

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

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

revision 2199 by iliev, Fri Jun 24 21:34:51 2011 UTC revision 2200 by iliev, Sun Jul 3 22:01:16 2011 UTC
# Line 118  public interface AudioDeviceModel { Line 118  public interface AudioDeviceModel {
118          public EffectChain getSendEffectChainById(int chainId);          public EffectChain getSendEffectChainById(int chainId);
119                    
120          /**          /**
121             * Gets the index of the send effect chain with ID <code>chainId</code>.
122             * @param chainId The ID of the send effect chain.
123             * @return The zero-based position of the specified send effect chain
124             * in the send effect chain list or <code>-1</code>
125             * if there is no send effect chain with ID <code>chainId</code>.
126             */
127            public int getSendEffectChainIndex(int chainId);
128            
129            /**
130           * Adds the specified send effect chain to the audio output device.           * Adds the specified send effect chain to the audio output device.
131           */           */
132          public void addSendEffectChain(EffectChain chain);          public void addSendEffectChain(EffectChain chain);

Legend:
Removed from v.2199  
changed lines
  Added in v.2200

  ViewVC Help
Powered by ViewVC