Uses of Class
midiReference.NoteReference

Uses of NoteReference in midiReference
 

Methods in midiReference that return NoteReference
static NoteReference NoteReference.get(java.lang.String baseName)
          Reverse lookup of a NoteReference based on the abbreviation passed in.
static NoteReference NoteReference.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NoteReference[] NoteReference.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in midiReference with parameters of type NoteReference
 int[] MidiReference.createChord(NoteReference noteRef, ChordReference chordRef)
          Create a int[] chord using a NoteReference and a ChordReference using octave 0
 int[] MidiReference.createChord(NoteReference noteRef, ChordReference chordRef, int octave)
          Create a int[] chord using an NoteReference and ChordReference
 int[] MidiReference.createChord(NoteReference noteRef, int[] chordDegrees)
          Create a int[] chord using an NoteReference and an int[] chord using octave 0
 int[] MidiReference.createScale(int[] scaleDegrees, NoteReference baseNote)
          Create a scale from a NoteReference and int[] scale degrees
static int[] MidiReference.createScale(ScaleReference baseScale, NoteReference baseNote)
          Create a scale from a NoteReference and a ScaleReference