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

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

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

revision 2199 by iliev, Thu Sep 11 18:48:36 2008 UTC revision 2200 by iliev, Sun Jul 3 22:01:16 2011 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005-2008 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2011 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 329  public interface SamplerChannelModel { Line 329  public interface SamplerChannelModel {
329          public void setBackendFxSendLevel(int fxSend, float level);          public void setBackendFxSendLevel(int fxSend, float level);
330                    
331          /**          /**
332             * Sets destination effect on the specified effect send.
333             * @param fxSend The numerical ID of the effect send.
334             */
335            public void setBackendFxSendEffect(int fxSend, int chainId, int chainPos);
336            
337            /**
338             * Removes the destination effect of the specified effect send.
339             * @param fxSend The numerical ID of the effect send.
340             */
341            public void removeBackendFxSendEffect(int fxSend);
342            
343            /**
344           * Sends a MIDI data message to this sampler channel.           * Sends a MIDI data message to this sampler channel.
345           */           */
346          public void sendBackendMidiData(MidiDataEvent e);          public void sendBackendMidiData(MidiDataEvent e);

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

  ViewVC Help
Powered by ViewVC