Uses of Class
org.jjazz.phrasetransform.api.PhraseTransformChain
Packages that use PhraseTransformChain
Package
Description
Object to transform a Phrase into another one.
RhythmParameters which use PhraseTransforms.
-
Uses of PhraseTransformChain in org.jjazz.phrasetransform.api
Methods in org.jjazz.phrasetransform.api that return PhraseTransformChainModifier 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.Methods in org.jjazz.phrasetransform.api with parameters of type PhraseTransformChainModifier and TypeMethodDescriptionstatic String
PhraseTransformChain.saveAsString
(PhraseTransformChain chain) Save the chain as a string. -
Uses of PhraseTransformChain in org.jjazz.phrasetransform.api.rps
Methods in org.jjazz.phrasetransform.api.rps that return PhraseTransformChainModifier and TypeMethodDescriptionRP_SYS_DrumsTransformValue.getTransformChain
(boolean excludeDrumsMixTransform) Get a copy of the chain associated to rv.Methods in org.jjazz.phrasetransform.api.rps with parameters of type PhraseTransformChainModifier and TypeMethodDescriptionRP_SYS_DrumsTransformValue.getCopy
(PhraseTransformChain chain) Return a copy of this object but with the specified chain.