toPitch method

Pitch toPitch({
  1. int octave = 0,
})

Implementation

Pitch toPitch({int octave = 0}) =>
    new Pitch(chromaticIndex: integer, octave: octave);