/[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 2192 by iliev, Fri Jun 24 21:34:51 2011 UTC revision 2195 by iliev, Tue Jun 28 22:44:39 2011 UTC
# Line 497  public interface SamplerModel { Line 497  public interface SamplerModel {
497          /** Gets the list of internal effects */          /** Gets the list of internal effects */
498          public EffectList getEffects();          public EffectList getEffects();
499                    
500            public EffectInstance getEffectInstanceById(int instanceId);
501            
502            public void updateEffectInstance(EffectInstanceInfo instance);
503            
504          /**          /**
505           * Schedules a new task for resetting the sampler.           * Schedules a new task for resetting the sampler.
506           */           */

Legend:
Removed from v.2192  
changed lines
  Added in v.2195

  ViewVC Help
Powered by ViewVC