Uses of Class
org.jjazz.harmony.api.Chord
Packages that use 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.apiMethods in org.jjazz.harmony.api that return ChordModifier 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.Methods in org.jjazz.harmony.api with parameters of type ChordModifier and TypeMethodDescriptionintChord.computeDistance(Chord c) Calculate a "distance" between notes of chord c and this chord.booleanChord.equalsRelative(Chord c) Compare the relative intervals of 2 Chords.
- 
Uses of Chord in org.jjazz.phrase.apiMethods in org.jjazz.phrase.api that return Chord