Timing.ofQuarterNote constructor

Timing.ofQuarterNote(
  1. int nth
)

Implementation

Timing.ofQuarterNote(int nth) : this(NoteType.quarter, nth);