Interface StubRhythmProvider

All Superinterfaces:
RhythmProvider

public interface StubRhythmProvider extends RhythmProvider
The service provider in charge of providing the rhythm stubs when no valid rhythm is available for a given time signature.
  • Method Details

    • getDefault

      static StubRhythmProvider getDefault()
    • getStubRhythm

      Rhythm getStubRhythm(TimeSignature ts)
      Get the stub rhythm for the specified time signature.
      Parameters:
      ts -
      Returns:
      Can't be null.