Uses of Interface
org.jjazz.rhythm.api.AdaptedRhythm
Package
Description
Service provider to provide rhythm instances.
The central place to get information about installed rhythms and get Rhythm instances.
The model of a song structure, ie a list of SongParts.
-
Uses of AdaptedRhythm in org.jjazz.rhythm.spi
Modifier and TypeMethodDescriptionRhythmProvider.getAdaptedRhythm
(Rhythm r, TimeSignature ts) Provide a new rhythm which is an adapted version of r for a different time signature. -
Uses of AdaptedRhythm in org.jjazz.rhythmdatabase.api
Modifier and TypeMethodDescriptionRhythmDatabase.getAdaptedRhythmInstance
(Rhythm r, TimeSignature ts) Try to provide the rhythm instance which is an adapted version of r for a different time signature. -
Uses of AdaptedRhythm in org.jjazz.songstructure.api
Modifier and TypeMethodDescriptiondefault List<AdaptedRhythm>
SongStructure.getUniqueAdaptedRhythms()
Return the list of unique AdaptedRhythms used in this SongStructure.