Package com.MIDI
Class Notes
java.lang.Object
com.MIDI.Notes
public class Notes
extends java.lang.Object
Class that provides constants representing notes, durations, and intensities
for the MIDIPlayer
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_INTENSITY
static int
NOTE_A0
static int
NOTE_A1
static int
NOTE_A2
static int
NOTE_A3
static int
NOTE_A4
static int
NOTE_A5
static int
NOTE_A6
static int
NOTE_A7
static int
NOTE_A8
static int
NOTE_Asharp4
static int
NOTE_B4
static int
NOTE_C2
static int
NOTE_C3
static int
NOTE_C4
static int
NOTE_C5
static int
NOTE_C6
static int
NOTE_C7
static int
NOTE_C8
static int
NOTE_C9
static int
NOTE_Csharp4
static int
NOTE_D3
static int
NOTE_D4
static int
NOTE_Dsharp4
static int
NOTE_E4
static int
NOTE_EIGHTH
static int
NOTE_F4
static int
NOTE_Fsharp4
static int
NOTE_G3
static int
NOTE_G4
static int
NOTE_G9
static int
NOTE_Gsharp4
static int
NOTE_HALF
static int
NOTE_QUARTER
static int
NOTE_SIXTEENTH
static int
NOTE_WHOLE
-
Constructor Summary
Constructors Constructor Description Notes()
-
Method Summary
-
Field Details
-
NOTE_A0
public static final int NOTE_A0- See Also:
- Constant Field Values
-
NOTE_A1
public static final int NOTE_A1- See Also:
- Constant Field Values
-
NOTE_C2
public static final int NOTE_C2- See Also:
- Constant Field Values
-
NOTE_A2
public static final int NOTE_A2- See Also:
- Constant Field Values
-
NOTE_C3
public static final int NOTE_C3- See Also:
- Constant Field Values
-
NOTE_D3
public static final int NOTE_D3- See Also:
- Constant Field Values
-
NOTE_G3
public static final int NOTE_G3- See Also:
- Constant Field Values
-
NOTE_A3
public static final int NOTE_A3- See Also:
- Constant Field Values
-
NOTE_C4
public static final int NOTE_C4- See Also:
- Constant Field Values
-
NOTE_Csharp4
public static final int NOTE_Csharp4- See Also:
- Constant Field Values
-
NOTE_D4
public static final int NOTE_D4- See Also:
- Constant Field Values
-
NOTE_Dsharp4
public static final int NOTE_Dsharp4- See Also:
- Constant Field Values
-
NOTE_E4
public static final int NOTE_E4- See Also:
- Constant Field Values
-
NOTE_F4
public static final int NOTE_F4- See Also:
- Constant Field Values
-
NOTE_Fsharp4
public static final int NOTE_Fsharp4- See Also:
- Constant Field Values
-
NOTE_G4
public static final int NOTE_G4- See Also:
- Constant Field Values
-
NOTE_Gsharp4
public static final int NOTE_Gsharp4- See Also:
- Constant Field Values
-
NOTE_A4
public static final int NOTE_A4- See Also:
- Constant Field Values
-
NOTE_Asharp4
public static final int NOTE_Asharp4- See Also:
- Constant Field Values
-
NOTE_B4
public static final int NOTE_B4- See Also:
- Constant Field Values
-
NOTE_C5
public static final int NOTE_C5- See Also:
- Constant Field Values
-
NOTE_A5
public static final int NOTE_A5- See Also:
- Constant Field Values
-
NOTE_C6
public static final int NOTE_C6- See Also:
- Constant Field Values
-
NOTE_A6
public static final int NOTE_A6- See Also:
- Constant Field Values
-
NOTE_C7
public static final int NOTE_C7- See Also:
- Constant Field Values
-
NOTE_A7
public static final int NOTE_A7- See Also:
- Constant Field Values
-
NOTE_C8
public static final int NOTE_C8- See Also:
- Constant Field Values
-
NOTE_A8
public static final int NOTE_A8- See Also:
- Constant Field Values
-
NOTE_C9
public static final int NOTE_C9- See Also:
- Constant Field Values
-
NOTE_G9
public static final int NOTE_G9- See Also:
- Constant Field Values
-
NOTE_HALF
public static final int NOTE_HALF- See Also:
- Constant Field Values
-
NOTE_WHOLE
public static final int NOTE_WHOLE- See Also:
- Constant Field Values
-
NOTE_QUARTER
public static final int NOTE_QUARTER- See Also:
- Constant Field Values
-
NOTE_EIGHTH
public static final int NOTE_EIGHTH- See Also:
- Constant Field Values
-
NOTE_SIXTEENTH
public static final int NOTE_SIXTEENTH- See Also:
- Constant Field Values
-
DEFAULT_INTENSITY
public static final int DEFAULT_INTENSITY- See Also:
- Constant Field Values
-
-
Constructor Details
-
Notes
public Notes()
-