Class ModelStandardIndexedDirector

java.lang.Object
com.sun.media.sound.ModelStandardIndexedDirector
All Implemented Interfaces:
ModelDirector

public final class ModelStandardIndexedDirector extends Object implements ModelDirector
A standard indexed director who chooses performers by there keyfrom,keyto,velfrom,velto properties.
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface ModelDirector
    • noteOff

      public void noteOff(int noteNumber, int velocity)
      Specified by:
      noteOff in interface ModelDirector
    • noteOn

      public void noteOn(int noteNumber, int velocity)
      Specified by:
      noteOn in interface ModelDirector