Get interval name from semitones number. Since there are several interval names for the same number, the name it's arbitrary, but deterministic.
the interval name
Interval.fromSemitones(7) // => "5P"Interval.fromSemitones(-7) // => "-5P" Copy
Interval.fromSemitones(7) // => "5P"Interval.fromSemitones(-7) // => "-5P"
Get interval name from semitones number. Since there are several interval names for the same number, the name it's arbitrary, but deterministic.