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 SummaryFields Modifier and Type Field Description static intDEFAULT_INTENSITYstatic intNOTE_A0static intNOTE_A1static intNOTE_A2static intNOTE_A3static intNOTE_A4static intNOTE_A5static intNOTE_A6static intNOTE_A7static intNOTE_A8static intNOTE_Asharp4static intNOTE_B4static intNOTE_C2static intNOTE_C3static intNOTE_C4static intNOTE_C5static intNOTE_C6static intNOTE_C7static intNOTE_C8static intNOTE_C9static intNOTE_Csharp4static intNOTE_D3static intNOTE_D4static intNOTE_Dsharp4static intNOTE_E4static intNOTE_EIGHTHstatic intNOTE_F4static intNOTE_Fsharp4static intNOTE_G3static intNOTE_G4static intNOTE_G9static intNOTE_Gsharp4static intNOTE_HALFstatic intNOTE_QUARTERstatic intNOTE_SIXTEENTHstatic intNOTE_WHOLE
- 
Constructor SummaryConstructors Constructor Description Notes()
- 
Method Summary
- 
Field Details- 
NOTE_A0public static final int NOTE_A0- See Also:
- Constant Field Values
 
- 
NOTE_A1public static final int NOTE_A1- See Also:
- Constant Field Values
 
- 
NOTE_C2public static final int NOTE_C2- See Also:
- Constant Field Values
 
- 
NOTE_A2public static final int NOTE_A2- See Also:
- Constant Field Values
 
- 
NOTE_C3public static final int NOTE_C3- See Also:
- Constant Field Values
 
- 
NOTE_D3public static final int NOTE_D3- See Also:
- Constant Field Values
 
- 
NOTE_G3public static final int NOTE_G3- See Also:
- Constant Field Values
 
- 
NOTE_A3public static final int NOTE_A3- See Also:
- Constant Field Values
 
- 
NOTE_C4public static final int NOTE_C4- See Also:
- Constant Field Values
 
- 
NOTE_Csharp4public static final int NOTE_Csharp4- See Also:
- Constant Field Values
 
- 
NOTE_D4public static final int NOTE_D4- See Also:
- Constant Field Values
 
- 
NOTE_Dsharp4public static final int NOTE_Dsharp4- See Also:
- Constant Field Values
 
- 
NOTE_E4public static final int NOTE_E4- See Also:
- Constant Field Values
 
- 
NOTE_F4public static final int NOTE_F4- See Also:
- Constant Field Values
 
- 
NOTE_Fsharp4public static final int NOTE_Fsharp4- See Also:
- Constant Field Values
 
- 
NOTE_G4public static final int NOTE_G4- See Also:
- Constant Field Values
 
- 
NOTE_Gsharp4public static final int NOTE_Gsharp4- See Also:
- Constant Field Values
 
- 
NOTE_A4public static final int NOTE_A4- See Also:
- Constant Field Values
 
- 
NOTE_Asharp4public static final int NOTE_Asharp4- See Also:
- Constant Field Values
 
- 
NOTE_B4public static final int NOTE_B4- See Also:
- Constant Field Values
 
- 
NOTE_C5public static final int NOTE_C5- See Also:
- Constant Field Values
 
- 
NOTE_A5public static final int NOTE_A5- See Also:
- Constant Field Values
 
- 
NOTE_C6public static final int NOTE_C6- See Also:
- Constant Field Values
 
- 
NOTE_A6public static final int NOTE_A6- See Also:
- Constant Field Values
 
- 
NOTE_C7public static final int NOTE_C7- See Also:
- Constant Field Values
 
- 
NOTE_A7public static final int NOTE_A7- See Also:
- Constant Field Values
 
- 
NOTE_C8public static final int NOTE_C8- See Also:
- Constant Field Values
 
- 
NOTE_A8public static final int NOTE_A8- See Also:
- Constant Field Values
 
- 
NOTE_C9public static final int NOTE_C9- See Also:
- Constant Field Values
 
- 
NOTE_G9public static final int NOTE_G9- See Also:
- Constant Field Values
 
- 
NOTE_HALFpublic static final int NOTE_HALF- See Also:
- Constant Field Values
 
- 
NOTE_WHOLEpublic static final int NOTE_WHOLE- See Also:
- Constant Field Values
 
- 
NOTE_QUARTERpublic static final int NOTE_QUARTER- See Also:
- Constant Field Values
 
- 
NOTE_EIGHTHpublic static final int NOTE_EIGHTH- See Also:
- Constant Field Values
 
- 
NOTE_SIXTEENTHpublic static final int NOTE_SIXTEENTH- See Also:
- Constant Field Values
 
- 
DEFAULT_INTENSITYpublic static final int DEFAULT_INTENSITY- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
Notespublic Notes()
 
-