Uses of Interface
org.jjazz.rhythm.spi.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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionRhythmDatabase.getRhythmProviders()
The RhythmProviders instances currently available, sorted by name.Modifier 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 RhythmProvider