Uses of Class
org.jjazz.chordleadsheet.api.item.ExtChordSymbol
Package
Description
The models for chord leadsheet items.
Service providers for the chord leadsheet editor.
The model of a music phrase for a single instrument, e.g. a bass phrase or a drums phrase.
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of ExtChordSymbol in org.jjazz.chordleadsheet.api.item
Modifier and TypeClassDescriptionclass
Used as the alternate content of an ExtChordSymbol.class
A special "NC" chord symbol for No Chord.class
A special instance used as the "void" alternate chord symbol.Modifier and TypeMethodDescriptionstatic ExtChordSymbol
ExtChordSymbol.createRandomChordSymbol()
static ExtChordSymbol
Create a ChordSymbol from a chord string specification, with a standard RenderingInfo and no alternate chord symbol.static ExtChordSymbol
ExtChordSymbol.get
(String s, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Create a ChordSymbol from a chord string specification, with the specified RenderingInfo and alternate chord symbol.ExtChordSymbol.getChordSymbol
(String altDataFilterString) Get this object or the alternate chord symbol, depending on the specified string.ExtChordSymbol.getCopy
(ChordSymbol cs, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Get a copy of this ExtChordSymbol, possibly modified with the specified parameters.CLI_ChordSymbol.ComparableCsItem.getData()
ExtChordSymbol.getTransposedChordSymbol
(int t, Note.Alteration alt) Get a transposed ExtChordSymbol.NCExtChordSymbol.getTransposedChordSymbol
(int t, Note.Alteration alt) Modifier and TypeMethodDescriptionCLI_Factory.createChordSymbol
(ChordLeadSheet cls, ExtChordSymbol ecs, Position pos) Create a CLI_ChordSymbol.int
ExtChordSymbol.fitNote
(int srcRelPitch, ExtChordSymbol destEcs) Adapt a source note from this chord symbol to a destination chord symbol. -
Uses of ExtChordSymbol in org.jjazz.cl_editor.spi
Modifier and TypeMethodDescriptionabstract ExtChordSymbol
ChordSymbolEditorDialog.getData()
The new ExtChordSymbol data to be applied to the item. -
Uses of ExtChordSymbol in org.jjazz.phrase.api
Modifier and TypeMethodDescriptionSourcePhrase.getDestDegrees
(ExtChordSymbol ecsDest, SourcePhrase.ChordMode chordMode) Map each degree of this source phrase (as returned by getUsedDegrees()) to a degree of the specified destination chord symbol.ModifierConstructorDescriptionSourcePhrase
(int channel, ExtChordSymbol ecs) SourcePhrase
(Phrase p, ExtChordSymbol ecs) Build a new SourcePhrase . -
Uses of ExtChordSymbol in org.jjazz.rhythmmusicgeneration.api
Modifier and TypeMethodDescriptionstatic Phrase
Utilities.fitBassPhrase2ChordSymbol
(SourcePhrase pSrc, ExtChordSymbol ecsDest) Adapt the notes from a bass melody-oriented source phrase to a destination chord symbol.static Phrase
Utilities.fitChordPhrase2ChordSymbol
(SourcePhrase pSrc, ExtChordSymbol ecsDest) Adapt the notes from a chord-oriented source phrase to a destination chord symbol.static Phrase
Utilities.fitMelodyPhrase2ChordSymbol
(SourcePhrase pSrc, ExtChordSymbol ecsDest, boolean chordMode) Adapt the notes from a melody-oriented source phrase to a destination chord symbol.