Uses of Class
org.jjazz.rhythm.api.RhythmFeatures
Packages that use RhythmFeatures
Package
Description
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
The central place to get information about installed rhythms and get Rhythm instances.
Dummy rhythm stubs to make sure each time signature has at least one rhythm instance available.
-
Uses of RhythmFeatures in org.jjazz.rhythm.api
Methods in org.jjazz.rhythm.api that return RhythmFeaturesModifier and TypeMethodDescriptionRhythm.getFeatures()
The general features of this rhythm.static RhythmFeatures
RhythmFeatures.guessFeatures
(String name, Object... fixedValues) Try to set features from a rhythm name.Methods in org.jjazz.rhythm.api with parameters of type RhythmFeaturesModifier and TypeMethodDescriptionint
RhythmFeatures.getMatchingScore
(RhythmFeatures rf) Compute a matching score between this RhythmFeatures and rf. -
Uses of RhythmFeatures in org.jjazz.rhythmdatabase.api
Methods in org.jjazz.rhythmdatabase.api that return RhythmFeatures -
Uses of RhythmFeatures in org.jjazz.rhythmstubs.api
Methods in org.jjazz.rhythmstubs.api that return RhythmFeatures