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

Diff of /jsampler/trunk/src/org/jsampler/event/AudioDeviceListener.java

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

revision 2191 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 2192 by iliev, Fri Jun 24 21:34:51 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-2006 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 31  public interface AudioDeviceListener ext Line 31  public interface AudioDeviceListener ext
31           * Invoked when when the settings of a particular audio device have changed.           * Invoked when when the settings of a particular audio device have changed.
32           */           */
33          public void settingsChanged(AudioDeviceEvent e);          public void settingsChanged(AudioDeviceEvent e);
34            
35            /** Invoked when when a new send effect chain is added to the audio device. */
36            public void sendEffectChainAdded(AudioDeviceEvent e);
37            
38            /** Invoked when when a send effect chain is removed from the audio device. */
39            public void sendEffectChainRemoved(AudioDeviceEvent e);
40  }  }

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

  ViewVC Help
Powered by ViewVC