Uses of Class
midiReference.ChordReference

Uses of ChordReference in midiReference
 

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

Methods in midiReference with parameters of type ChordReference
 int[] MidiReference.createChord(int noteNumber, ChordReference chordRef)
          Create a int[] chord using an int note number and a ChordReference using octave 0
 int[] MidiReference.createChord(int note, ChordReference chordRef, int octave)
          Create a int[] chord using an int note number and ChordReference
 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