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

Diff of /jsampler/trunk/src/org/jsampler/DefaultSamplerModel.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 700  public class DefaultSamplerModel impleme Line 700  public class DefaultSamplerModel impleme
700           */           */
701          public void          public void
702          removeBackendChannel(int channelId) {          removeBackendChannel(int channelId) {
703                  CC.getTaskQueue().add(new org.jsampler.task.Channel.Remove(channelId));                  CC.getTaskQueue().add(new Channel.Remove(channelId));
704            }
705            
706            /**
707             * Schedules a new task for starting an instrument editor for editing
708             * the loaded instrument on the specified sampler channel.
709             * @param channelId The sampler channel number.
710             */
711            public void
712            editBackendInstrument(int channelId) {
713                    CC.getTaskQueue().add(new Channel.EditInstrument(channelId));
714          }          }
715                    
716          /**          /**

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

  ViewVC Help
Powered by ViewVC