Uses of Class
org.jjazz.rhythm.api.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
Modifier 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.Modifier and TypeMethodDescriptionint
RhythmFeatures.getMatchingScore
(RhythmFeatures rf) Compute a matching score between this RhythmFeatures and rf. -
Uses of RhythmFeatures in org.jjazz.rhythmdatabase.api
-
Uses of RhythmFeatures in org.jjazz.rhythmstubs.api