C G I M N S T V

C

ChordReference - Enum in midiReference
Enum class providing access to ready made chord degrees based on scale references.
clone() - Method in class midiReference.MidiReference
 
createChord(NoteReference, ChordReference) - Method in class midiReference.MidiReference
Create a int[] chord using a NoteReference and a ChordReference using octave 0
createChord(NoteReference, ChordReference, int) - Method in class midiReference.MidiReference
Create a int[] chord using an NoteReference and ChordReference
createChord(int, ChordReference) - Method in class midiReference.MidiReference
Create a int[] chord using an int note number and a ChordReference using octave 0
createChord(int, ChordReference, int) - Method in class midiReference.MidiReference
Create a int[] chord using an int note number and ChordReference
createChord(NoteReference, int[]) - Method in class midiReference.MidiReference
Create a int[] chord using an NoteReference and an int[] chord using octave 0
createChord(int, int[]) - Method in class midiReference.MidiReference
Create a int[] chord using an int note number and int[] chord using octave 0
createChord(int, int[], int) - Method in class midiReference.MidiReference
Create a int[] chord using an int note number and int[] chord
createScale(int[], int) - Static method in class midiReference.MidiReference
Create a scale type using the int note number and int[] scale degrees provided
createScale(int[], NoteReference) - Method in class midiReference.MidiReference
Create a scale from a NoteReference and int[] scale degrees
createScale(ScaleReference, NoteReference) - Static method in class midiReference.MidiReference
Create a scale from a NoteReference and a ScaleReference

C G I M N S T V