public interface Harmony
Modifier and Type | Method and Description |
---|---|
Chord |
getChord(int tick)
Returns the chord to use at the specified point in time.
|
int |
getChordSectionTicks(int tick)
Returns the number of ticks the current chord section will be played from the given tick position before the next chord section will begin or
the song will end.
|
int |
getChordTicks(int tick)
Returns the number of ticks the current chord will be played from the given tick position before the chord will change or the song will end
(whichever happens first).
|
Set<String> |
getTags(int tick)
Returns the set of tags for the given tick.
|
int |
getTagTicks(int tick)
Returns the number of ticks the current set of tags stays constant until the set of tags changes or the song will end (whichever happens
first).
|
Chord getChord(int tick)
tick
- the tickSet<String> getTags(int tick)
tick
- the tickint getChordTicks(int tick)
tick
- the tickint getTagTicks(int tick)
tick
- the tickint getChordSectionTicks(int tick)
tick
- the tick