/[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 1736 by iliev, Thu Feb 14 16:52:36 2008 UTC revision 1737 by iliev, Thu May 8 17:26:19 2008 UTC
# Line 399  public interface SamplerModel { Line 399  public interface SamplerModel {
399          public void updateChannel(SamplerChannel channel);          public void updateChannel(SamplerChannel channel);
400                    
401          /**          /**
402             * Determines whether there are known upcoming changes to the
403             * channel list, which should be considered as part of a single action.
404             */
405            public boolean getChannelListIsAdjusting();
406            
407            /**
408             * Sets whether the upcoming changes to the
409             * channel list should be considered part of a single action.
410             */
411            public void setChannelListIsAdjusting(boolean b);
412            
413            /**
414           * Schedules a new task for starting an instrument editor for editing           * Schedules a new task for starting an instrument editor for editing
415           * the loaded instrument on the specified sampler channel.           * the loaded instrument on the specified sampler channel.
416           * @param channelId The sampler channel number.           * @param channelId The sampler channel number.

Legend:
Removed from v.1736  
changed lines
  Added in v.1737

  ViewVC Help
Powered by ViewVC