Package org.jjazz.rhythm.spi
Interface StubRhythmProvider
- All Superinterfaces:
RhythmProvider
The service provider in charge of providing the rhythm stubs when no valid rhythm is available for a given time signature.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jjazz.rhythm.spi.RhythmProvider
RhythmProvider.Info
-
Field Summary
Fields inherited from interface org.jjazz.rhythm.spi.RhythmProvider
PREFIX_IGNORED_SUBDIR, SUBDIR_MAX_DEPTH
-
Method Summary
Modifier and TypeMethodDescriptionstatic StubRhythmProvider
Get the stub rhythm for the specified time signature.Methods inherited from interface org.jjazz.rhythm.spi.RhythmProvider
getAdaptedRhythm, getBuiltinRhythms, getFileRhythms, getInfo, getSupportedFileExtensions, hasUserSettings, readFast, showUserSettingsDialog
-
Method Details
-
getDefault
-
getStubRhythm
Get the stub rhythm for the specified time signature.- Parameters:
ts
-- Returns:
- Can't be null.
-