Timing.ofSixteenthNote constructor

Timing.ofSixteenthNote(
  1. int nth
)

Implementation

Timing.ofSixteenthNote(int nth) : this(NoteType.sixteenth, nth);