Package | Description |
---|---|
com.soundhelix.misc | |
com.soundhelix.util |
Modifier and Type | Method and Description |
---|---|
Chord |
Chord.findChordClosestTo(Chord otherChord)
Returns a chord that is a rotated version of this chord whose middle pitch is as close to the middle pitch of the given other chord as
possible.
|
Chord |
Harmony.getChord(int tick)
Returns the chord to use at the specified point in time.
|
Chord |
Chord.normalize()
Returns a normalized version of the chord.
|
static Chord |
Chord.parseChord(String chordString,
int crossoverPitch)
Parses the given chord string and returns a Chord instance that represents the chord string.
|
Chord |
Chord.rotateDown()
Rotates the chord down by one chord offset.
|
Chord |
Chord.rotateUp()
Rotates the chord up by one chord offset.
|
Modifier and Type | Method and Description |
---|---|
Chord |
Chord.findChordClosestTo(Chord otherChord)
Returns a chord that is a rotated version of this chord whose middle pitch is as close to the middle pitch of the given other chord as
possible.
|
Modifier and Type | Method and Description |
---|---|
static int |
NoteUtils.getTransitionPitch(Chord chord,
Chord nextChord)
Returns a transition pitch between the chord and the next chord, which is based on the base pitches of the two chords.
|