Uses of Class
org.jjazz.phrase.api.SizedPhrase
Packages that use SizedPhrase
Package
Description
The model of a music phrase for a single instrument, e.g. a bass phrase or a drums phrase.
Object to transform a Phrase into another one.
-
Uses of SizedPhrase in org.jjazz.phrase.api
Methods in org.jjazz.phrase.api that return SizedPhraseModifier and TypeMethodDescriptionSizedPhrase.clone()static SizedPhraseSizedPhrase.loadAsString(String s) Create a SizedPhrase from the specified string.Methods in org.jjazz.phrase.api with parameters of type SizedPhraseModifier and TypeMethodDescriptionstatic StringSizedPhrase.saveAsString(SizedPhrase sp) Save the specified SizedPhrase as a string.Constructors in org.jjazz.phrase.api with parameters of type SizedPhrase -
Uses of SizedPhrase in org.jjazz.phrasetransform.api
Methods in org.jjazz.phrasetransform.api that return SizedPhraseModifier and TypeMethodDescriptionDrumsMixTransform.transform(SizedPhrase inPhrase, SongPartContext context) PhraseTransform.transform(SizedPhrase inPhrase, SongPartContext context) Transform inPhrase into another phrase.PhraseTransformChain.transform(SizedPhrase inPhrase, SongPartContext context) Run all the transforms in the chain.Methods in org.jjazz.phrasetransform.api with parameters of type SizedPhraseModifier and TypeMethodDescriptionstatic DrumKitPhraseTransforms.getDrumKit(SizedPhrase sp, SongPartContext context) Retrieve the DrumKit for the specified phrase.intDrumsMixTransform.getFitScore(SizedPhrase inPhrase, SongPartContext context) intPhraseTransform.getFitScore(SizedPhrase inPhrase, SongPartContext context) Return a [0-100] value which indicates how much this transform is adapted for the specified parameters.static InstrumentPhraseTransforms.getInstrument(SizedPhrase sp, SongPartContext context) default List<PhraseTransform>PhraseTransformManager.getRecommendedPhraseTransforms(SizedPhrase inPhrase, SongPartContext context, boolean exclude0score) Get the available PhraseTransforms sorted by "fit score" for the specified parameters.static RhythmVoicePhraseTransforms.getRhythmVoice(SizedPhrase sp, SongPartContext context) DrumsMixTransform.transform(SizedPhrase inPhrase, SongPartContext context) PhraseTransform.transform(SizedPhrase inPhrase, SongPartContext context) Transform inPhrase into another phrase.PhraseTransformChain.transform(SizedPhrase inPhrase, SongPartContext context) Run all the transforms in the chain.