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

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

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

revision 1142 by iliev, Thu Mar 16 18:08:34 2006 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 29  package org.jsampler.event; Line 29  package org.jsampler.event;
29   * @author Grigor Iliev   * @author Grigor Iliev
30   */   */
31  public abstract class SamplerAdapter implements SamplerListener {  public abstract class SamplerAdapter implements SamplerListener {
32            /** Invoked when the global volume of the sampler is changed. */
33            public void
34            volumeChanged(SamplerEvent e) { }
35            
36          /** Invoked when the total number of active voices is changed. */          /** Invoked when the total number of active voices is changed. */
37          public void          public void
38          totalVoiceCountChanged(SamplerEvent e) { }          totalVoiceCountChanged(SamplerEvent e) { }
39            
40            /** Invoked when the default MIDI instrument map is changed. */
41            public void defaultMapChanged(SamplerEvent e) { }
42  }  }

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

  ViewVC Help
Powered by ViewVC