Timing.ofWholeNote constructor

Timing.ofWholeNote(
  1. int nth
)

Implementation

Timing.ofWholeNote(int nth) : this(NoteType.whole, nth);