Uses of Interface
org.jjazz.rhythm.spi.RhythmProvider
Packages that use RhythmProvider
Package
Description
Service provider to provide rhythm instances.
The central place to get information about installed rhythms and get Rhythm instances.
-
Uses of RhythmProvider in org.jjazz.rhythm.spi
Subinterfaces of RhythmProvider in org.jjazz.rhythm.spiModifier and TypeInterfaceDescriptioninterface
The service provider in charge of providing the rhythm stubs when no valid rhythm is available for a given time signature. -
Uses of RhythmProvider in org.jjazz.rhythmdatabase.api
Fields in org.jjazz.rhythmdatabase.api declared as RhythmProviderMethods in org.jjazz.rhythmdatabase.api that return RhythmProviderModifier and TypeMethodDescriptionRhythmDatabase.getRhythmProvider
(String rpId) Get the RhythmProviderId which matchs the specified unique id.RhythmDatabase.getRhythmProvider
(Rhythm rhythm) RhythmDatabase.getRhythmProvider
(RhythmInfo ri) Get the RhythmProvider for specified RhythmInfo.Methods in org.jjazz.rhythmdatabase.api that return types with arguments of type RhythmProviderModifier and TypeMethodDescriptionRhythmDatabase.getRhythmProviders()
The RhythmProviders instances currently available, sorted by name.Methods in org.jjazz.rhythmdatabase.api with parameters of type RhythmProviderModifier and TypeMethodDescriptionboolean
RhythmInfo.checkConsistency
(RhythmProvider rp, Rhythm r) Check that this RhythmInfo object matches data from the specified rhythm.FavoriteRhythms.getRhythms
(RhythmProvider rp) The favorite rhythms for the specified RhythmProvider.RhythmDatabase.getRhythms
(RhythmProvider rp) The rhythms associated to the specified RhythmProviderConstructors in org.jjazz.rhythmdatabase.api with parameters of type RhythmProvider