blue.music
Class Whistle

java.lang.Object
  |
  +--blue.music.Instrument
        |
        +--blue.music.Whistle

public class Whistle
extends Instrument


Fields inherited from class blue.music.Instrument
applet
 
Constructor Summary
Whistle(java.applet.Applet applet)
           
 
Method Summary
 java.applet.AudioClip determineAudioClip(Note note)
           
 void establishPitchClassTable()
           
 void play(Note note)
           
 
Methods inherited from class blue.music.Instrument
audioClipKey, determineRealTime, pitchClassName, registerName, rest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Whistle

public Whistle(java.applet.Applet applet)
Method Detail

establishPitchClassTable

public void establishPitchClassTable()

determineAudioClip

public java.applet.AudioClip determineAudioClip(Note note)

play

public void play(Note note)
Overrides:
play in class Instrument