Timing.ofEighthNote constructor

Timing.ofEighthNote(
  1. int nth
)

Implementation

Timing.ofEighthNote(int nth) : this(NoteType.eighth, nth);