Uses of Class
org.jjazz.phrase.api.SourcePhraseSet
Packages that use SourcePhraseSet
-
Uses of SourcePhraseSet in org.jjazz.yamjjazz.rhythm.api
Methods in org.jjazz.yamjjazz.rhythm.api that return SourcePhraseSetModifier and TypeMethodDescriptionStylePart.getSourcePhraseSet(int complexity, int variationIndex) Get the SourcePhraseSet for the specified parameters.StylePart.getSourcePhraseSet(int complexity, String propName, String propValue) Get the SourcePhraseSet which match the specified parameters.Methods in org.jjazz.yamjjazz.rhythm.api that return types with arguments of type SourcePhraseSetModifier and TypeMethodDescriptionStylePart.getSourcePhraseSets(int complexity) Get the list of SourcePhraseSets for the specified complexity.Methods in org.jjazz.yamjjazz.rhythm.api with parameters of type SourcePhraseSetModifier and TypeMethodDescriptionvoidStylePart.addSourcePhraseSet(SourcePhraseSet sps, int complexity) Add a SourcePhraseSet for the specified complexity level.