Uses of Class
org.jjazz.phrasetransform.api.PhraseTransformChain
Package
Description
Object to transform a Phrase into another one.
RhythmParameters which use PhraseTransforms.
-
Uses of PhraseTransformChain in org.jjazz.phrasetransform.api
Modifier and TypeMethodDescriptionPhraseTransformChain.deepClone()
Perform a deep clone of this chain : PhraseTransforms are cloned too.static PhraseTransformChain
PhraseTransformChain.loadFromString
(String s) Create a PhraseTransformChain instance from a save string.Modifier and TypeMethodDescriptionstatic String
PhraseTransformChain.saveAsString
(PhraseTransformChain chain) Save the chain as a string. -
Uses of PhraseTransformChain in org.jjazz.phrasetransform.api.rps
Modifier and TypeMethodDescriptionRP_SYS_DrumsTransformValue.getTransformChain
(boolean excludeDrumsMixTransform) Get a copy of the chain associated to rv.Modifier and TypeMethodDescriptionRP_SYS_DrumsTransformValue.getCopy
(PhraseTransformChain chain) Return a copy of this object but with the specified chain.