/[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 1340 by iliev, Fri Aug 10 19:55:03 2007 UTC revision 1341 by iliev, Mon Sep 10 22:29:09 2007 UTC
# Line 374  public interface SamplerModel { Line 374  public interface SamplerModel {
374          public void updateChannel(SamplerChannel channel);          public void updateChannel(SamplerChannel channel);
375                    
376          /**          /**
377             * Schedules a new task for starting an instrument editor for editing
378             * the loaded instrument on the specified sampler channel.
379             * @param channelId The sampler channel number.
380             */
381            public void editBackendInstrument(int channelId);
382            
383            /**
384           * Determines whether there is at least one solo channel in the current list           * Determines whether there is at least one solo channel in the current list
385           * of sampler channels.           * of sampler channels.
386           * @return <code>true</code> if there is at least one solo channel in the current list of           * @return <code>true</code> if there is at least one solo channel in the current list of

Legend:
Removed from v.1340  
changed lines
  Added in v.1341

  ViewVC Help
Powered by ViewVC