Function getClassSet
(pitchClass: PitchClasstype PitchClassPitchClass): "#" | "b"
Returns sharp if a pitch class has a sharp, otherwise returns flat.
ยท pitchClass - undefined
Returns
undefinedExample
getClassSet('C#') // '#' getClassSet('C') // 'b'