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

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

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

revision 1142 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 1143 by iliev, Mon Apr 2 21:18:31 2007 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 Grigor Kirilov Iliev   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 27  package org.jsampler.event; Line 27  package org.jsampler.event;
27   * @author Grigor Iliev   * @author Grigor Iliev
28   */   */
29  public interface SamplerListener extends java.util.EventListener {  public interface SamplerListener extends java.util.EventListener {
30            /** Invoked when the global volume of the sampler is changed. */
31            public void volumeChanged(SamplerEvent e);
32            
33          /** Invoked when the total number of active voices is changed. */          /** Invoked when the total number of active voices is changed. */
34          public void totalVoiceCountChanged(SamplerEvent e);          public void totalVoiceCountChanged(SamplerEvent e);
35            
36            /** Invoked when the default MIDI instrument map is changed. */
37            public void defaultMapChanged(SamplerEvent e);
38  }  }

Legend:
Removed from v.1142  
changed lines
  Added in v.1143

  ViewVC Help
Powered by ViewVC