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 TypeMethodDescriptionDefaultRhythmDatabase.getAdaptedRhythmInstance(Rhythm r, TimeSignature ts) RhythmDatabase.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.rhythmdatabaseimpl.api
Methods in org.jjazz.rhythmdatabaseimpl.api that return AdaptedRhythmModifier and TypeMethodDescriptionFavoriteRhythmProvider.getAdaptedRhythm(Rhythm r, TimeSignature ts) -
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. -
Uses of AdaptedRhythm in org.jjazz.yamjjazz.rhythm.api
Subinterfaces of AdaptedRhythm in org.jjazz.yamjjazz.rhythm.apiModifier and TypeInterfaceDescriptioninterfaceA marker interface for a YamJJazzRhythm which is also an AdaptedRhythm.Methods in org.jjazz.yamjjazz.rhythm.api that return AdaptedRhythmModifier and TypeMethodDescriptionYamahaRhythmProvider.getAdaptedRhythm(Rhythm r, TimeSignature ts)