Uses of Class
org.jjazz.phrase.api.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
Modifier and TypeMethodDescriptionSizedPhrase.clone()
static SizedPhrase
SizedPhrase.loadAsString
(String s) Create a SizedPhrase from the specified string.Modifier and TypeMethodDescriptionstatic String
SizedPhrase.saveAsString
(SizedPhrase sp) Save the specified SizedPhrase as a string. -
Uses of SizedPhrase in org.jjazz.phrasetransform.api
Modifier 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.Modifier and TypeMethodDescriptionstatic DrumKit
PhraseTransforms.getDrumKit
(SizedPhrase sp, SongPartContext context) Retrieve the DrumKit for the specified phrase.int
DrumsMixTransform.getFitScore
(SizedPhrase inPhrase, SongPartContext context) int
PhraseTransform.getFitScore
(SizedPhrase inPhrase, SongPartContext context) Return a [0-100] value which indicates how much this transform is adapted for the specified parameters.static Instrument
PhraseTransforms.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 RhythmVoice
PhraseTransforms.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.