Package com.MIDI
Class Instruments
java.lang.Object
com.MIDI.Instruments
public class Instruments
extends java.lang.Object
Class that provides constants representing instruments for the MIDIPlayer
Copyright 2004 Georgia Institute of Technology
-
Field Summary
Fields Modifier and Type Field Description static int
ALTO_SAX
static int
APPLAUSE
static int
BASS
static int
BIRD
static int
BRIGHT_PIANO
static int
CELLO
static int
CLARINET
static int
CYMBAL
static int
FLUTE
static int
FRENCH_HORN
static int
GUITAR
static int
HARMONICA
static int
HARP
static int
HELICOPTER
static int
ICE_CUBE
static int
JAZZ_GUITAR
static int
MUSIC_BOX
static int
OBOE
static int
PIANO
static int
PICCOLO
static int
STEEL_GUITAR
static int
SYNTH_DRUM
static int
TAIKO_DRUM
static int
TELEPHONE
static int
TENOR_SAX
static int
TIMPANI
static int
TOM
static int
TROMBONE
static int
TRUMPET
static int
TUBA
static int
VIOLIN
static int
WHISTLE
static int
XYLOPHONE
-
Constructor Summary
Constructors Constructor Description Instruments()
-
Method Summary
-
Field Details
-
PIANO
public static final int PIANO- See Also:
- Constant Field Values
-
BRIGHT_PIANO
public static final int BRIGHT_PIANO- See Also:
- Constant Field Values
-
HARMONICA
public static final int HARMONICA- See Also:
- Constant Field Values
-
MUSIC_BOX
public static final int MUSIC_BOX- See Also:
- Constant Field Values
-
XYLOPHONE
public static final int XYLOPHONE- See Also:
- Constant Field Values
-
GUITAR
public static final int GUITAR- See Also:
- Constant Field Values
-
STEEL_GUITAR
public static final int STEEL_GUITAR- See Also:
- Constant Field Values
-
JAZZ_GUITAR
public static final int JAZZ_GUITAR- See Also:
- Constant Field Values
-
BASS
public static final int BASS- See Also:
- Constant Field Values
-
VIOLIN
public static final int VIOLIN- See Also:
- Constant Field Values
-
CELLO
public static final int CELLO- See Also:
- Constant Field Values
-
HARP
public static final int HARP- See Also:
- Constant Field Values
-
TIMPANI
public static final int TIMPANI- See Also:
- Constant Field Values
-
TRUMPET
public static final int TRUMPET- See Also:
- Constant Field Values
-
TROMBONE
public static final int TROMBONE- See Also:
- Constant Field Values
-
TUBA
public static final int TUBA- See Also:
- Constant Field Values
-
FRENCH_HORN
public static final int FRENCH_HORN- See Also:
- Constant Field Values
-
ALTO_SAX
public static final int ALTO_SAX- See Also:
- Constant Field Values
-
TENOR_SAX
public static final int TENOR_SAX- See Also:
- Constant Field Values
-
OBOE
public static final int OBOE- See Also:
- Constant Field Values
-
CLARINET
public static final int CLARINET- See Also:
- Constant Field Values
-
PICCOLO
public static final int PICCOLO- See Also:
- Constant Field Values
-
FLUTE
public static final int FLUTE- See Also:
- Constant Field Values
-
WHISTLE
public static final int WHISTLE- See Also:
- Constant Field Values
-
TAIKO_DRUM
public static final int TAIKO_DRUM- See Also:
- Constant Field Values
-
TOM
public static final int TOM- See Also:
- Constant Field Values
-
SYNTH_DRUM
public static final int SYNTH_DRUM- See Also:
- Constant Field Values
-
CYMBAL
public static final int CYMBAL- See Also:
- Constant Field Values
-
BIRD
public static final int BIRD- See Also:
- Constant Field Values
-
TELEPHONE
public static final int TELEPHONE- See Also:
- Constant Field Values
-
HELICOPTER
public static final int HELICOPTER- See Also:
- Constant Field Values
-
APPLAUSE
public static final int APPLAUSE- See Also:
- Constant Field Values
-
ICE_CUBE
public static final int ICE_CUBE- See Also:
- Constant Field Values
-
-
Constructor Details
-
Instruments
public Instruments()
-