Uses of Class
org.jjazz.harmony.api.Chord
Package
Description
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
The model of a music phrase for a single instrument, e.g. a bass phrase or a drums phrase.
-
Uses of Chord in org.jjazz.harmony.api
Modifier and TypeMethodDescriptionChord.clone()
Chord.computeParallelChord
(List<Integer> relPitches, boolean startBelow) Use the specified relative pitches and this chord intervals to create a new chord.ChordSymbol.getChord()
Get the chord corresponding to this ChordSymbol.ChordType.getChord()
Chord.getRelativePitchChord()
Get a chord built from the unique relative pitches present in this chord.Modifier and TypeMethodDescriptionint
Chord.computeDistance
(Chord c) Calculate a "distance" between notes of chord c and this chord.boolean
Chord.equalsRelative
(Chord c) Compare the relative intervals of 2 Chords. -
Uses of Chord in org.jjazz.phrase.api