Interface RomanNumeral

Pitch properties

  • {number} step - The step number: 0 = C, 1 = D, ... 6 = B
  • {number} alt - Number of alterations: -2 = 'bb', -1 = 'b', 0 = '', 1 = '#', ...
  • {number} [oct] = The octave (undefined when is a coord class)
  • {number} [dir] = Interval direction (undefined when is not an interval)

Hierarchy

Properties

acc: string
alt: number
chordType: string
dir: 1
empty: boolean
interval: string
major: boolean
name: string
oct?: number
roman: string
step: number