Uses of Class
org.jjazz.chordleadsheet.api.item.ExtChordSymbol
Packages that use 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
Subclasses of ExtChordSymbol in org.jjazz.chordleadsheet.api.itemModifier and TypeClassDescriptionclassUsed as the alternate content of an ExtChordSymbol.classA special "NC" chord symbol for No Chord.classA special instance used as the "void" alternate chord symbol.Methods in org.jjazz.chordleadsheet.api.item that return ExtChordSymbolModifier and TypeMethodDescriptionstatic ExtChordSymbolExtChordSymbol.createRandomChordSymbol()static ExtChordSymbolCreate a ChordSymbol from a chord string specification, with a standard RenderingInfo and no alternate chord symbol.static ExtChordSymbolExtChordSymbol.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) Methods in org.jjazz.chordleadsheet.api.item with parameters of type ExtChordSymbolModifier and TypeMethodDescriptionCLI_Factory.createChordSymbol(ChordLeadSheet cls, ExtChordSymbol ecs, Position pos) Create a CLI_ChordSymbol.intExtChordSymbol.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
Methods in org.jjazz.cl_editor.spi that return ExtChordSymbolModifier and TypeMethodDescriptionabstract ExtChordSymbolChordSymbolEditorDialog.getData()The new ExtChordSymbol data to be applied to the item. -
Uses of ExtChordSymbol in org.jjazz.phrase.api
Methods in org.jjazz.phrase.api that return ExtChordSymbolMethods in org.jjazz.phrase.api with parameters of type ExtChordSymbolModifier 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.Constructors in org.jjazz.phrase.api with parameters of type ExtChordSymbolModifierConstructorDescriptionSourcePhrase(int channel, ExtChordSymbol ecs) SourcePhrase(Phrase p, ExtChordSymbol ecs) Build a new SourcePhrase . -
Uses of ExtChordSymbol in org.jjazz.rhythmmusicgeneration.api
Methods in org.jjazz.rhythmmusicgeneration.api with parameters of type ExtChordSymbolModifier and TypeMethodDescriptionstatic PhraseUtilities.fitBassPhrase2ChordSymbol(SourcePhrase pSrc, ExtChordSymbol ecsDest) Adapt the notes from a bass melody-oriented source phrase to a destination chord symbol.static PhraseUtilities.fitChordPhrase2ChordSymbol(SourcePhrase pSrc, ExtChordSymbol ecsDest) Adapt the notes from a chord-oriented source phrase to a destination chord symbol.static PhraseUtilities.fitMelodyPhrase2ChordSymbol(SourcePhrase pSrc, ExtChordSymbol ecsDest, boolean chordMode) Adapt the notes from a melody-oriented source phrase to a destination chord symbol.