Uses of Interface
org.jjazz.rhythm.api.AdaptedRhythm
Packages that use 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
Methods in org.jjazz.rhythm.spi that return AdaptedRhythmModifier 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
Methods in org.jjazz.rhythmdatabase.api that return AdaptedRhythmModifier 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
Methods in org.jjazz.songstructure.api that return types with arguments of type AdaptedRhythmModifier and TypeMethodDescriptiondefault List<AdaptedRhythm>
SongStructure.getUniqueAdaptedRhythms()
Return the list of unique AdaptedRhythms used in this SongStructure.