Timing.ofHalfNote constructor

Timing.ofHalfNote(
  1. int nth
)

Implementation

Timing.ofHalfNote(int nth) : this(NoteType.half, nth);